summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-11 18:31:09 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-11 18:31:09 -0500
commitfe695061d3509bf7396d5c691342e6c6d4b6c3b9 (patch)
treea465eb5315963abf8c8b49ddb4fe5a4e2dadd0f9
parent6f5dc38012824dc3d104356d023ec3c959bbb586 (diff)
downloadpython-setuptools-git-31.0.0.tar.gz
Bump version: 30.4.0 → 31.0.0v31.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 08e51b5b..486ee0d1 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 30.4.0
+current_version = 31.0.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index d6dc048f..dc846acf 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="30.4.0",
+ version="31.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",