From 1e772af367571bdd572d7308a76b7a1b32058d37 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 22 Sep 2009 19:23:59 -0700 Subject: Incremented version to 0.8.1 alpha. --- 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 6fa3081..9696708 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 8, 0) +VERSION = (0, 8, 1, 'alpha') __version__ = '.'.join(map(str, VERSION)) -- cgit v1.2.3