diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-31 10:47:10 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-31 10:47:10 -0400 |
commit | d48e839e34b1dc4f64707935f58e4bc0824457c0 (patch) | |
tree | 9b97257b1b4a71264c61fbf355963a204b0ea53a /setup.py | |
parent | 04d10ff025e1cbef7ec93a2008c930e856045c8a (diff) | |
download | external_python_setuptools-d48e839e34b1dc4f64707935f58e4bc0824457c0.tar.gz external_python_setuptools-d48e839e34b1dc4f64707935f58e4bc0824457c0.tar.bz2 external_python_setuptools-d48e839e34b1dc4f64707935f58e4bc0824457c0.zip |
Bump version: 20.6.6 → 20.6.7v20.6.7
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="20.6.6", + version="20.6.7", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |