debian-django-cachalot/cachalot/__init__.py

5 lines
132 B
Python

__version__ = (1, 0, 0)
version_string = '.'.join(str(n) for n in __version__)
default_app_config = 'cachalot.apps.CachalotConfig'