diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-04 07:11:14 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-04 07:11:14 -0400 |
commit | b8bb34bbe89baec3dee225eeb7e17951578f5368 (patch) | |
tree | 556f745d7e2f80bb8bc568a0610ff02caeab9e8d /setup.py | |
parent | a60816441e9b185a09f1dacdb2d5612d9a324787 (diff) | |
download | external_python_setuptools-b8bb34bbe89baec3dee225eeb7e17951578f5368.tar.gz external_python_setuptools-b8bb34bbe89baec3dee225eeb7e17951578f5368.tar.bz2 external_python_setuptools-b8bb34bbe89baec3dee225eeb7e17951578f5368.zip |
Bump version: 25.1.3 → 25.1.4v25.1.4
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.3", + version="25.1.4", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |