mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-01 04:04:57 +00:00
3 lines
65 B
Python
3 lines
65 B
Python
VERSION = (0, 8, 0)
|
|
|
|
__version__ = ".".join((map(str, VERSION)))
|