diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-28 15:00:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-28 15:00:06 -0400 |
commit | ced5db7822ece3d4e4822b12dde5a67a6a60e90b (patch) | |
tree | 3a8d834d5677cae83162a44eccf7f4a731ed5baa /setup.py | |
parent | 9e3f3cb5f58caf69e003023d724a8793e8d1c184 (diff) | |
download | external_python_setuptools-ced5db7822ece3d4e4822b12dde5a67a6a60e90b.tar.gz external_python_setuptools-ced5db7822ece3d4e4822b12dde5a67a6a60e90b.tar.bz2 external_python_setuptools-ced5db7822ece3d4e4822b12dde5a67a6a60e90b.zip |
Bump version: 25.1.0 → 25.1.1v25.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="25.1.0", + version="25.1.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |