summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent24cd05319842f1c3a06d4266ea1c13f8a621ac3b (diff)
downloadpython-setuptools-git-5be89b652f6d9daf19183019ac84d6c737430022.tar.gz
Bump version: 21.2.0 → 21.2.1v21.2.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",