aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-21 14:47:24 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-21 14:47:24 -0500
commit5d4b2b691fea992ec47132ba2b01ebd396fe7216 (patch)
treea0eca9f9a68f9edbc0514ffe9da117b9ca591bb8
parentadf6cc7f043355444e0da30d26da78042d06ade9 (diff)
downloadexternal_python_setuptools-5d4b2b691fea992ec47132ba2b01ebd396fe7216.tar.gz
external_python_setuptools-5d4b2b691fea992ec47132ba2b01ebd396fe7216.tar.bz2
external_python_setuptools-5d4b2b691fea992ec47132ba2b01ebd396fe7216.zip
Bump version: 32.1.2 → 32.1.3v32.1.3
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index e9f778a6..2b6d2736 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 32.1.2
+current_version = 32.1.3
commit = True
tag = True
diff --git a/setup.py b/setup.py
index a44a4de4..c2dcf336 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="32.1.2",
+ version="32.1.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",