diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-18 11:55:47 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-18 11:55:47 -0500 |
commit | 25c339402f908200c939ffdec9987bf7598a3328 (patch) | |
tree | 2dc9f3b1545360307dadd1dc1bd686105f25bf5c /setup.py | |
parent | daead4eef50198b1aae7f4ca856608eb9f112792 (diff) | |
download | external_python_setuptools-25c339402f908200c939ffdec9987bf7598a3328.tar.gz external_python_setuptools-25c339402f908200c939ffdec9987bf7598a3328.tar.bz2 external_python_setuptools-25c339402f908200c939ffdec9987bf7598a3328.zip |
Bump version: 32.1.0 → 32.1.1v32.1.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="32.1.0", + version="32.1.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |