diff setup.py @ 414:731f2c93c1cd

begin work on v 0.6.3
author Catherine Devlin <catherine.devlin@gmail.com>
date Fri, 12 Nov 2010 20:05:46 -0500
parents f7cb69b0da9e
children 6773286315f0
line wrap: on
line diff
--- a/setup.py	Fri Nov 12 20:03:21 2010 -0500
+++ b/setup.py	Fri Nov 12 20:05:46 2010 -0500
@@ -10,7 +10,7 @@
 install_requires = ['pyparsing>=1.5.5']
 setup(
     name="cmd2",
-    version="0.6.2",
+    version="0.6.3",
     py_modules=["cmd2"],
     use_2to3=True,