mirror of
https://github.com/jazzband/django-defender.git
synced 2026-04-15 04:21:13 +00:00
3 lines
65 B
Python
3 lines
65 B
Python
VERSION = (0, 9, 6)
|
|
|
|
__version__ = ".".join((map(str, VERSION)))
|