diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-10 12:04:23 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-10 12:04:23 -0400 |
commit | 38ab8c0009f10e72c71cbdb1df56915e99459510 (patch) | |
tree | 4bc6cabb88a0b3d0270945c48b8da8dc3f4eca09 /setup.py | |
parent | 4e4b644540ae6b5e6085411443600633def49091 (diff) | |
download | external_python_setuptools-38ab8c0009f10e72c71cbdb1df56915e99459510.tar.gz external_python_setuptools-38ab8c0009f10e72c71cbdb1df56915e99459510.tar.bz2 external_python_setuptools-38ab8c0009f10e72c71cbdb1df56915e99459510.zip |
Bump version: 34.4.0 → 34.4.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="34.4.0", + version="34.4.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |