From 7d2fc9b2148ebe84cdc9da7193bf6df6830a638a Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Sat, 12 Sep 2009 16:55:50 -0700 Subject: [PATCH] Updated version to 0.8. --- debug_toolbar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/__init__.py b/debug_toolbar/__init__.py index e2fa70b43..6fa308135 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 7, 0) +VERSION = (0, 8, 0) __version__ = '.'.join(map(str, VERSION))