From bc84f2ddf46dfa92c1fa0c0375e24a874444406a Mon Sep 17 00:00:00 2001 From: bkonkle Date: Thu, 8 Sep 2011 10:24:29 -0700 Subject: [PATCH] Updated the version number for continued development --- debug_logging/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debug_logging/__init__.py b/debug_logging/__init__.py index 526bede..eaaeadd 100644 --- a/debug_logging/__init__.py +++ b/debug_logging/__init__.py @@ -1,5 +1,5 @@ -VERSION = (0, 3, 0, "f", 1) # following PEP 386 -DEV_N = None # for PyPi releases, set this to None +VERSION = (0, 4, 0, "a", 1) # following PEP 386 +DEV_N = 1 # for PyPi releases, set this to None def get_version(short=False):