From 34bd73e5cdccce0d7e9cc76b033581e4fdd98ced Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 3 Nov 2009 22:15:15 -0800 Subject: Updated version to 0.8.1 --- 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 9696708..f73a4bd 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 8, 1, 'alpha') +VERSION = (0, 8, 1) __version__ = '.'.join(map(str, VERSION)) -- cgit v1.2.3