django-defender/defender/__init__.py
2022-11-29 08:21:40 -05:00

3 lines
65 B
Python

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