aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-14 20:48:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-14 20:48:51 -0500
commit083929cf87fe74e21a1a37afcb300ae73652b136 (patch)
tree9cbb56df0aa3671b4d310ce130e2d5560ef07d2d
parent8d6a16a454fc6c35bd8ef57ec86a6ff6d0e8d25a (diff)
downloadexternal_python_setuptools-083929cf87fe74e21a1a37afcb300ae73652b136.tar.gz
external_python_setuptools-083929cf87fe74e21a1a37afcb300ae73652b136.tar.bz2
external_python_setuptools-083929cf87fe74e21a1a37afcb300ae73652b136.zip
Bump version: 31.0.1 → 32.0.0v32.0.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 a793bf23..fa6b4deb 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 31.0.1
+current_version = 32.0.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index d88b1048..a6a062f5 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="31.0.1",
+ version="32.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",