django-defender/defender/__init__.py

4 lines
65 B
Python
Raw Normal View History

2020-11-22 22:52:05 +00:00
VERSION = (0, 8, 0)
2019-11-24 14:14:12 +00:00
2020-02-23 19:59:36 +00:00
__version__ = ".".join((map(str, VERSION)))