django-defender/defender/__init__.py
2022-05-01 16:09:52 -04:00

3 lines
65 B
Python

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