django-defender/defender/__init__.py
2022-05-01 22:01:38 +02:00

3 lines
65 B
Python

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