django-defender/defender/__init__.py
2021-07-18 09:31:51 -04:00

3 lines
65 B
Python

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