summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcmd2.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 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):
diff --git a/setup.py b/setup.py
index 4599b9d6..c220ac51 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ import sys
install_requires = ['pyparsing>=1.5.5']
setup(
name="cmd2",
- version="0.6.2",
+ version="0.6.3",
py_modules=["cmd2"],
use_2to3=True,