diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-19 16:10:05 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-19 16:10:05 -0400 |
commit | cea7420c9417f14f6c069dabf1df23055f681af1 (patch) | |
tree | bd531bdeddaf1c9fba3091d6c02fb279927b99cf /setup.py | |
parent | 2cde914c7bc8c8e5a59f937317d47898b38426e4 (diff) | |
download | external_python_setuptools-cea7420c9417f14f6c069dabf1df23055f681af1.tar.gz external_python_setuptools-cea7420c9417f14f6c069dabf1df23055f681af1.tar.bz2 external_python_setuptools-cea7420c9417f14f6c069dabf1df23055f681af1.zip |
Bump version: 25.3.0 → 25.4.0v25.4.0
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.3.0", + version="25.4.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |