summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ae1dd437..4ef521dc 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ import sys
install_requires = ['pyparsing>=1.5.6']
setup(
name="cmd2",
- version="0.6.3",
+ version="0.6.4",
py_modules=["cmd2"],
use_2to3=True,