summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parente92023ee5ebf949082c2db0bb446ba52b1ba8ff4 (diff)
downloadpython-setuptools-git-731214ec6fc486e9a26f0ec83dd2434f346e6b4a.tar.gz
Bump version: 21.1.0 → 21.2.0
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 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",