summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-01 09:07:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-01 09:07:44 -0400
commit7851c724c3a0d8529fb3b03b938b173083d62dac (patch)
tree930c26baa7ceb9f7205446b9194f98eb45782273
parente53e6ea4b46eb0a746fc1549be5ba90c0d3bc7dc (diff)
downloadpython-setuptools-git-7851c724c3a0d8529fb3b03b938b173083d62dac.tar.gz
Bump version: 21.2.2 → 22.0.0v22.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 ad8e1292..e0943717 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 21.2.2
+current_version = 22.0.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 391cacae..cc490950 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="21.2.2",
+ version="22.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",