aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-09 11:24:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-09 11:24:44 -0400
commita5eba2162977f28450bbc7c53b09f2272d7c118a (patch)
tree7190b70773e815eb1fca994644d8d6c3cea1f21c
parent602dc92bd696ad292b4ab44638a01d0035d560ab (diff)
downloadexternal_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-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 15570e34..cb99a56e 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 27.1.0
+current_version = 27.1.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index a4d5f607..c81ddaf1 100755
--- a/setup.py
+++ b/setup.py
@@ -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",