diff options
author | Catherine Devlin <catherine.devlin@gmail.com> | 2013-03-18 09:43:23 -0700 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gmail.com> | 2013-03-18 09:43:23 -0700 |
commit | cbd926f18ab937c69149da1aa56edb318b396915 (patch) | |
tree | 8ea593eb5c30f20c8217282ee7d009b69f7d3e5a /setup.py | |
parent | 9c2f8f9a1f93555530e9f3cdf49310ca90ec5b88 (diff) | |
download | cmd2-git-cbd926f18ab937c69149da1aa56edb318b396915.tar.gz |
marking v0.6.5.10.6.5.1
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.5", + version="0.6.5.1", py_modules=["cmd2"], use_2to3=True, |