django-defender/defender/__init__.py
2020-02-23 15:23:52 -05:00

3 lines
65 B
Python

VERSION = (0, 7, 0)
__version__ = ".".join((map(str, VERSION)))