diff options
author | Catherine Devlin <catherine.devlin@gmail.com> | 2013-02-28 00:10:34 -0500 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gmail.com> | 2013-02-28 00:10:34 -0500 |
commit | 076061878bae0abd2e89d54b0be27d35c59283cc (patch) | |
tree | 859c2844296480a381a5f8170c1de24c55035bb1 /setup.py | |
parent | 5664ae0aba070e5fcd6824e0fdfba0c69c1c3a0a (diff) | |
download | cmd2-git-076061878bae0abd2e89d54b0be27d35c59283cc.tar.gz |
v0.6.5
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ else: setup( name="cmd2", - version="0.6.4", + version="0.6.5", py_modules=["cmd2"], use_2to3=True, |