aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-18 17:02:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-18 17:02:10 -0500
commita17fa50d2675d89077be09d668a073c751b76e0c (patch)
tree6fae13c2b10d67caec58d61607f88d84d5450ff2
parentd5ed18ef5f7c2472578a2b5015a09df1fd05e8bf (diff)
downloadexternal_python_setuptools-a17fa50d2675d89077be09d668a073c751b76e0c.tar.gz
external_python_setuptools-a17fa50d2675d89077be09d668a073c751b76e0c.tar.bz2
external_python_setuptools-a17fa50d2675d89077be09d668a073c751b76e0c.zip
Bump version: 32.1.1 → 32.1.2v32.1.2
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 46540b20..e9f778a6 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 32.1.1
+current_version = 32.1.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 2ffeb897..a44a4de4 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="32.1.1",
+ version="32.1.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",