diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 11:24:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 11:24:44 -0400 |
commit | a5eba2162977f28450bbc7c53b09f2272d7c118a (patch) | |
tree | 7190b70773e815eb1fca994644d8d6c3cea1f21c /setup.py | |
parent | 602dc92bd696ad292b4ab44638a01d0035d560ab (diff) | |
download | python-setuptools-git-a5eba2162977f28450bbc7c53b09f2272d7c118a.tar.gz |
Bump version: 27.1.0 → 27.1.1v27.1.1
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.1.0", + version="27.1.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |