summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-22 16:08:27 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-22 16:08:27 -0400
commit5be89b652f6d9daf19183019ac84d6c737430022 (patch)
tree884a94c88b7d2ad83ff7aa63574cbb7fc0cff213
parent24cd05319842f1c3a06d4266ea1c13f8a621ac3b (diff)
downloadpython-setuptools-git-21.2.1.tar.gz
Bump version: 21.2.0 → 21.2.1v21.2.1
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index e13f8c64..e9f13074 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 21.2.0
+current_version = 21.2.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index c497e6a9..4ee0ac32 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.0",
+ version="21.2.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",