django-cachalot/cachalot/__init__.py
2014-10-05 12:51:26 +02:00

2 lines
87 B
Python

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