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 | |
parent | 602dc92bd696ad292b4ab44638a01d0035d560ab (diff) | |
download | external_python_setuptools-a5eba2162977f28450bbc7c53b09f2272d7c118a.tar.gz external_python_setuptools-a5eba2162977f28450bbc7c53b09f2272d7c118a.tar.bz2 external_python_setuptools-a5eba2162977f28450bbc7c53b09f2272d7c118a.zip |
Bump version: 27.1.0 → 27.1.1v27.1.1
-rwxr-xr-x | setup.cfg | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 27.1.0 +current_version = 27.1.1 commit = True tag = True @@ -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", |