django-cachalot/cachalot/__init__.py
Bertrand Bordage 1cbea80219 Version 2.0.1.
2018-06-15 03:45:03 +02:00

4 lines
115 B
Python

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