diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-19 15:57:32 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-19 15:57:32 -0400 |
commit | 787383732d45e6565f0e68e268a7157e3198cd8c (patch) | |
tree | 255649fa12f48ac53a1b04db433f4856c5a3b4c2 /setup.py | |
parent | 643f0ae4b4330f0cacec3654a7cb1e94a9316618 (diff) | |
download | external_python_setuptools-787383732d45e6565f0e68e268a7157e3198cd8c.tar.gz external_python_setuptools-787383732d45e6565f0e68e268a7157e3198cd8c.tar.bz2 external_python_setuptools-787383732d45e6565f0e68e268a7157e3198cd8c.zip |
Bump version: 25.2.0 → 25.3.0v25.3.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.2.0", + version="25.3.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |