django-cachalot/cachalot/__init__.py
2015-02-16 19:25:36 +01:00

2 lines
87 B
Python

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