diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-03 15:13:45 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-03 15:13:45 -0500 |
commit | 3ddf493a251e92f46d5516713f37ac206c735b4e (patch) | |
tree | 9692e58189b87787696e3182e92f9b704cae8111 /setup.py | |
parent | 43ba6abb0257dc0a51c9799bd1dea83f0fdc04e0 (diff) | |
download | external_python_setuptools-3ddf493a251e92f46d5516713f37ac206c735b4e.tar.gz external_python_setuptools-3ddf493a251e92f46d5516713f37ac206c735b4e.tar.bz2 external_python_setuptools-3ddf493a251e92f46d5516713f37ac206c735b4e.zip |
Bump version: 34.1.0 → 34.1.1v34.1.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="34.1.0", + version="34.1.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |