aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-24 13:59:31 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-24 13:59:31 -0500
commitf1f9200d18fff71c5ec53e0269150da6858e51d6 (patch)
treed5042ddc2fc6c7a061a6776d4ef2dc6fdf5fa4f3
parentc3a257a44901faa4c6587ed337d7d4e23668108e (diff)
downloadexternal_python_setuptools-f1f9200d18fff71c5ec53e0269150da6858e51d6.tar.gz
external_python_setuptools-f1f9200d18fff71c5ec53e0269150da6858e51d6.tar.bz2
external_python_setuptools-f1f9200d18fff71c5ec53e0269150da6858e51d6.zip
Bump version: 32.2.0 → 32.3.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 6f18445e..2dde1d4d 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 32.2.0
+current_version = 32.3.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index a1440a26..9eea915c 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="32.2.0",
+ version="32.3.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",