diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-27 14:52:00 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-27 14:52:00 -0500 |
commit | ae50b560c46773697f0f3894ac34de37fda2fadd (patch) | |
tree | 7311664f78fc31cd97266ef088a4c5352e323f4d /setup.py | |
parent | 35ea365b50bd1a64375fdbcce187affab22af3b7 (diff) | |
download | external_python_setuptools-ae50b560c46773697f0f3894ac34de37fda2fadd.tar.gz external_python_setuptools-ae50b560c46773697f0f3894ac34de37fda2fadd.tar.bz2 external_python_setuptools-ae50b560c46773697f0f3894ac34de37fda2fadd.zip |
Bump version: 27.3.1 → 28.0.0v28.0.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="27.3.1", + version="28.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |