django-cachalot/cachalot/__init__.py
Bertrand Bordage 53f8078a55 Version 0.1.0.
2014-09-26 16:53:44 +02:00

2 lines
79 B
Python

__version__ = (0, 1, 0)
version_string = '.'.join(str(n) for n in __version__)