summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorcatherine devlin <catherine.devlin@gmail.com>2010-09-19 15:42:47 -0400
committercatherine devlin <catherine.devlin@gmail.com>2010-09-19 15:42:47 -0400
commit614378219ecfaf2fad92b1c998c5d6969869fd22 (patch)
tree985607a87dc39abda969651945d7e2ca40b6e281 /cmd2.py
parent3cf5569d13c6feec7166a1cb36af047a100950e4 (diff)
downloadcmd2-hg-614378219ecfaf2fad92b1c998c5d6969869fd22.tar.gz
change version number to 0.6.2
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index fb0bec9..12f6d9f 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -47,7 +47,7 @@ if sys.version_info[0] > 2:
else:
import pyparsing
-_version__ = '0.6.1'
+_version__ = '0.6.2'
class OptionParser(optparse.OptionParser):
def exit(self, status=0, msg=None):