django-cachalot/cachalot/__init__.py
2014-10-04 11:12:23 +02:00

2 lines
87 B
Python

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