summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2010-11-12 20:05:46 -0500
committerCatherine Devlin <catherine.devlin@gmail.com>2010-11-12 20:05:46 -0500
commite4d0fbb61752c898d7eb6832f237d44c3b7970c6 (patch)
tree77c2287292d8b50e4f2c6011c8a648ed76360b12 /cmd2.py
parent2722a96a3bb2ac8282c7fe7d91fe7edd7c3e36e3 (diff)
downloadcmd2-git-e4d0fbb61752c898d7eb6832f237d44c3b7970c6.tar.gz
begin work on v 0.6.3
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 18bf9f3b..030860e8 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -47,7 +47,7 @@ if sys.version_info[0] > 2:
else:
import pyparsing
-__version__ = '0.6.2'
+__version__ = '0.6.3'
class OptionParser(optparse.OptionParser):
def exit(self, status=0, msg=None):