From 7ba80e06bc6302593d77be6be3242e37b071a46b Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Wed, 3 Mar 2010 08:06:35 -0800 Subject: Bumped version number for bugfix --- debug_toolbar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/__init__.py b/debug_toolbar/__init__.py index c941b74..0df9007 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 8, 2) +VERSION = (0, 8, 3) __version__ = '.'.join(map(str, VERSION)) -- cgit v1.2.3