diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-28 09:41:14 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-28 09:41:14 -0500 |
commit | 1e7fe0df079ec9a508442fd08c94c60ea8a87126 (patch) | |
tree | 69a218c48b44e354b6fa5fb6dec2a420b92885ef /setup.py | |
parent | edfa86809c0010caaa24b65c0e84c8467ba43b2b (diff) | |
download | external_python_setuptools-1e7fe0df079ec9a508442fd08c94c60ea8a87126.tar.gz external_python_setuptools-1e7fe0df079ec9a508442fd08c94c60ea8a87126.tar.bz2 external_python_setuptools-1e7fe0df079ec9a508442fd08c94c60ea8a87126.zip |
Bump version: 34.0.2 → 34.0.3v34.0.3
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.0.2", + version="34.0.3", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |