diff options
author | Catherine Devlin <catherine.devlin@gmail.com> | 2010-09-19 15:42:47 -0400 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gmail.com> | 2010-09-19 15:42:47 -0400 |
commit | 6d65138494b0180f5d50ea270b0242140b789aaa (patch) | |
tree | 985607a87dc39abda969651945d7e2ca40b6e281 /cmd2.py | |
parent | ef9c367a1f7c45c77aeb8fd834b2325de53e2107 (diff) | |
download | cmd2-git-6d65138494b0180f5d50ea270b0242140b789aaa.tar.gz |
change version number to 0.6.2
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |