summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2013-08-06 06:29:04 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2013-08-06 06:29:04 -0400
commit57ff26f4a99812054cb1e7530563d18ce13a3c29 (patch)
treed765ceaed80949198f5163f293cdbbdbbdd57ce8 /setup.py
parenta6856ba742cfb5068524a7198e307d70445e9df5 (diff)
downloadcmd2-git-57ff26f4a99812054cb1e7530563d18ce13a3c29.tar.gz
v0.6.6 silencing editor check
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 beba6c58..c671431d 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ else:
setup(
name="cmd2",
- version="0.6.5.1",
+ version="0.6.6",
py_modules=["cmd2"],
use_2to3=True,