summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-09 10:51:34 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-09 10:51:34 -0400
commit1aa1d6c94b108147030fdf11057df3251b7eefda (patch)
tree0adb2a0a854fdac5074380d3898f90ef70db4a77 /setup.py
parentb3b6751926037b55c45787192719b7f9372622a8 (diff)
downloadpython-setuptools-git-1aa1d6c94b108147030fdf11057df3251b7eefda.tar.gz
Bump version: 27.0.0 → 27.1.0v27.1.0
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 40977fe4..a4d5f607 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="27.0.0",
+ version="27.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",