django-defender/defender/__init__.py
2021-04-25 19:36:10 -04:00

3 lines
65 B
Python

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