From ecfff96d5894aa9ad505149b9c26c9647d5af4e0 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Mon, 8 Nov 2010 15:39:55 -0800 Subject: Bumped version to 0.8.4 --- 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 0df9007..df5bb74 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 8, 3) +VERSION = (0, 8, 4) __version__ = '.'.join(map(str, VERSION)) -- cgit v1.2.3