mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-23 14:45:54 +00:00
fix version
This commit is contained in:
parent
d6be099878
commit
51fb871178
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 8, 0)
|
||||
VERSION = (0, 8, 1)
|
||||
|
||||
__version__ = ".".join((map(str, VERSION)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue