diff setup.py @ 275:f62e9fbb3f90

restoring python 2.4 compatibility
author catherine@cordelia
date Thu, 28 May 2009 17:33:19 -0400
parents d68d83f42254
children c6064bfd4d6c
line wrap: on
line diff
--- a/setup.py	Mon May 04 11:42:06 2009 -0400
+++ b/setup.py	Thu May 28 17:33:19 2009 -0400
@@ -3,7 +3,7 @@
 
 setup(
     name="cmd2",
-    version="0.5.3",
+    version="0.5.4",
     py_modules=["cmd2",],
     
     # metadata for upload to PyPI