django-defender/defender/__init__.py

4 lines
65 B
Python
Raw Normal View History

2021-07-18 13:31:51 +00:00
VERSION = (0, 9, 1)
2019-11-24 14:14:12 +00:00
2020-02-23 19:59:36 +00:00
__version__ = ".".join((map(str, VERSION)))