summaryrefslogtreecommitdiff
path: root/setup.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 /setup.py
parent2722a96a3bb2ac8282c7fe7d91fe7edd7c3e36e3 (diff)
downloadcmd2-git-e4d0fbb61752c898d7eb6832f237d44c3b7970c6.tar.gz
begin work on v 0.6.3
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 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,