BUMP 0.9.6 mostly some fixes to the c extension to work around reloading issues that came up in SW production

This commit is contained in:
Mike Dirolf 2009-05-08 15:15:34 -04:00
parent b680f033fa
commit f9b871ff27

View File

@ -19,7 +19,7 @@ try:
except ImportError:
requirements.append("elementtree")
version = "0.9.5"
version = "0.9.6"
f = open("README.rst")
try: