mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Fix version.
This commit is contained in:
parent
cbe59ddb7b
commit
26199aa5f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 7, 0)
|
||||
VERSION = (0, 8, 0)
|
||||
|
||||
__version__ = ".".join((map(str, VERSION)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue