summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 10:00:45 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 10:00:45 -0400
commit6ce8d8325e807dab5d8e3c91b275c9edecf28735 (patch)
tree73d7845696b6f0ad70fb248ccc382fff532cdc59 /setup.py
parentf1c0149b8f25325e2f75367289ee2732396b85f7 (diff)
downloadpython-setuptools-git-6ce8d8325e807dab5d8e3c91b275c9edecf28735.tar.gz
Bump version: 22.0.1 → 22.0.2v22.0.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 9c296f9d..23966bd2 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="22.0.1",
+ version="22.0.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",