debian-django-cachalot/cachalot/__init__.py

3 lines
79 B
Python

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