django-cachalot/cachalot/__init__.py
2016-01-11 21:05:39 +01:00

4 lines
115 B
Python

VERSION = (1, 1, 0)
__version__ = '.'.join(map(str, VERSION))
default_app_config = 'cachalot.apps.CachalotConfig'