summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2013-02-28 00:10:34 -0500
committerCatherine Devlin <catherine.devlin@gmail.com>2013-02-28 00:10:34 -0500
commit076061878bae0abd2e89d54b0be27d35c59283cc (patch)
tree859c2844296480a381a5f8170c1de24c55035bb1 /setup.py
parent5664ae0aba070e5fcd6824e0fdfba0c69c1c3a0a (diff)
downloadcmd2-git-076061878bae0abd2e89d54b0be27d35c59283cc.tar.gz
v0.6.5
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 4951959c..8f3f6a84 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ else:
setup(
name="cmd2",
- version="0.6.4",
+ version="0.6.5",
py_modules=["cmd2"],
use_2to3=True,