summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent602dc92bd696ad292b4ab44638a01d0035d560ab (diff)
downloadpython-setuptools-git-a5eba2162977f28450bbc7c53b09f2272d7c118a.tar.gz
Bump version: 27.1.0 → 27.1.1v27.1.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",