django-cachalot/cachalot/__init__.py
2020-07-29 16:10:14 -04:00

4 lines
115 B
Python

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