diff options
author | Catherine Devlin <catherine.devlin@gmail.com> | 2013-08-14 16:44:20 -0400 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gmail.com> | 2013-08-14 16:44:20 -0400 |
commit | 774834373037cab9c313a8337c1a46ed1a93d5fd (patch) | |
tree | ac811d1d1e8586b52cdfa2064a16b30ec909654a /setup.py | |
parent | 57ff26f4a99812054cb1e7530563d18ce13a3c29 (diff) | |
download | cmd2-git-774834373037cab9c313a8337c1a46ed1a93d5fd.tar.gz |
v0.6.6.1. No code changes, but using Python2 to generate sdist to avoid writing 2to3 changes into PyPI.
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.6", + version="0.6.6.1", py_modules=["cmd2"], use_2to3=True, |