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
commit6d65138494b0180f5d50ea270b0242140b789aaa (patch)
tree985607a87dc39abda969651945d7e2ca40b6e281 /cmd2.py
parentef9c367a1f7c45c77aeb8fd834b2325de53e2107 (diff)
downloadcmd2-git-6d65138494b0180f5d50ea270b0242140b789aaa.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 fb0bec9b..12f6d9f0 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):