django-cachalot/cachalot/__init__.py
Bertrand Bordage dbfdf3f916 Version 1.0.2.
2015-05-24 20:39:56 +02:00

2 lines
79 B
Python

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