django-defender/defender/__init__.py

4 lines
65 B
Python
Raw Normal View History

2024-02-15 21:40:06 +00:00
VERSION = (0, 9, 8)
2019-11-24 14:14:12 +00:00
2020-02-23 19:59:36 +00:00
__version__ = ".".join((map(str, VERSION)))