mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-17 06:20:24 +00:00
3 lines
65 B
Python
3 lines
65 B
Python
VERSION = (0, 9, 4)
|
|
|
|
__version__ = ".".join((map(str, VERSION)))
|