aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/__init__.py
diff options
context:
space:
mode:
authorRob Hudson2009-04-02 09:06:08 -0700
committerRob Hudson2009-04-02 09:06:08 -0700
commit644ae5068c58fb208d0d96cbe40f80723c2a70e1 (patch)
treedc4a65ac42c1dc78887da9a74104709203d9453d /debug_toolbar/__init__.py
parenta4247bc722c1e9bf42f749e91ce118cde1bd0d2f (diff)
downloaddjango-debug-toolbar-644ae5068c58fb208d0d96cbe40f80723c2a70e1.tar.bz2
Bumping version number preparing for release.
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 9603d9e..e2fa70b 100644
--- a/debug_toolbar/__init__.py
+++ b/debug_toolbar/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 0, 1)
+VERSION = (0, 7, 0)
__version__ = '.'.join(map(str, VERSION))