django-defender/defender/__init__.py
2024-02-15 16:40:06 -05:00

3 lines
65 B
Python

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