aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/__init__.py')
-rw-r--r--debug_toolbar/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/__init__.py b/debug_toolbar/__init__.py
index e2fa70b..9696708 100644
--- a/debug_toolbar/__init__.py
+++ b/debug_toolbar/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 7, 0)
+VERSION = (0, 8, 1, 'alpha')
__version__ = '.'.join(map(str, VERSION))