aboutsummaryrefslogtreecommitdiffstats
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
parentb3b6751926037b55c45787192719b7f9372622a8 (diff)
downloadexternal_python_setuptools-1aa1d6c94b108147030fdf11057df3251b7eefda.tar.gz
external_python_setuptools-1aa1d6c94b108147030fdf11057df3251b7eefda.tar.bz2
external_python_setuptools-1aa1d6c94b108147030fdf11057df3251b7eefda.zip
Bump version: 27.0.0 → 27.1.0v27.1.0
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 655b8f21..15570e34 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 27.0.0
+current_version = 27.1.0
commit = True
tag = True
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",