summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-29 12:19:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-29 12:19:08 -0400
commit15cec8c321f1f77b4331363ec3fbed87ea00ab64 (patch)
treef2ff2ec7c9d9730538697ac6118f2fb6e57bfe27 /setup.py
parentb1446e0a5342bc1843cb38495ae84a6ca27c8a9e (diff)
downloadpython-setuptools-git-15cec8c321f1f77b4331363ec3fbed87ea00ab64.tar.gz
Bump version: 21.2.1 → 21.2.2v21.2.2
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 4ee0ac32..391cacae 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.1",
+ version="21.2.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",