diff setup.py @ 436:c4c35f002aef 0.6.4

to version 0.6.4
author catherine.devlin@gmail.com
date Thu, 25 Aug 2011 16:27:42 -0400
parents 6773286315f0
children a5f3d5a89d6c
line wrap: on
line diff
--- a/setup.py	Thu Aug 25 15:24:56 2011 -0400
+++ b/setup.py	Thu Aug 25 16:27:42 2011 -0400
@@ -10,7 +10,7 @@
 install_requires = ['pyparsing>=1.5.6']
 setup(
     name="cmd2",
-    version="0.6.3",
+    version="0.6.4",
     py_modules=["cmd2"],
     use_2to3=True,