summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-21 10:59:43 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-21 10:59:43 -0400
commit731214ec6fc486e9a26f0ec83dd2434f346e6b4a (patch)
tree7316ae00331bc539dab7acd851a575bd71a50512
parente92023ee5ebf949082c2db0bb446ba52b1ba8ff4 (diff)
downloadpython-setuptools-git-731214ec6fc486e9a26f0ec83dd2434f346e6b4a.tar.gz
Bump version: 21.1.0 → 21.2.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 764cab0b..e13f8c64 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 21.1.0
+current_version = 21.2.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 65568b80..c497e6a9 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="21.1.0",
+ version="21.2.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",