django-cachalot/cachalot/__init__.py
2014-09-28 19:11:27 +02:00

2 lines
87 B
Python

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