diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-02 09:36:46 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-02 09:36:46 -0400 |
commit | ebe606c6b7925823ac98c7014f1fc61de3274b48 (patch) | |
tree | 322060700aee6ba994e4b0f0f4b5774146b8748d /setup.py | |
parent | 1559cabbaf0bd537767bd0c13d875dc05a13720f (diff) | |
download | external_python_setuptools-ebe606c6b7925823ac98c7014f1fc61de3274b48.tar.gz external_python_setuptools-ebe606c6b7925823ac98c7014f1fc61de3274b48.tar.bz2 external_python_setuptools-ebe606c6b7925823ac98c7014f1fc61de3274b48.zip |
Bump version: 25.1.2 → 25.1.3v25.1.3
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.2", + version="25.1.3", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |