django-defender/defender/__init__.py
2023-02-27 17:39:23 -05:00

3 lines
65 B
Python

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