From f9b871ff2785e994d66c4e325dffdaf8314b9cbb Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Fri, 8 May 2009 15:15:34 -0400 Subject: [PATCH] BUMP 0.9.6 mostly some fixes to the c extension to work around reloading issues that came up in SW production --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11f4b8749..d8d5fee68 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ try: except ImportError: requirements.append("elementtree") -version = "0.9.5" +version = "0.9.6" f = open("README.rst") try: