diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-25 08:54:25 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-25 08:54:25 -0400 |
commit | 5bff01fe9b15cbec748d83f6c229a2b66b096729 (patch) | |
tree | 7fbeda1006029520d5475b7f5a91877fc4c9c75e /setup.py | |
parent | d70b7b47644c2436a50f9d8dc8627dc5809fb5b1 (diff) | |
download | external_python_setuptools-5bff01fe9b15cbec748d83f6c229a2b66b096729.tar.gz external_python_setuptools-5bff01fe9b15cbec748d83f6c229a2b66b096729.tar.bz2 external_python_setuptools-5bff01fe9b15cbec748d83f6c229a2b66b096729.zip |
Bump version: 25.0.0 → 25.0.1v25.0.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="25.0.0", + version="25.0.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |