From 644ae5068c58fb208d0d96cbe40f80723c2a70e1 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Thu, 2 Apr 2009 09:06:08 -0700 Subject: Bumping version number preparing for release. --- debug_toolbar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/__init__.py') 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)) -- cgit v1.2.3