summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 10:30:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 10:30:10 -0400
commitffe7c1a456338ae5db59e1bfaa4bd10bc8c3fec8 (patch)
tree6afd4bbc441d8d8430169436eb9267d40dbe327b /setup.py
parent108198edebeb655c6ad04ebefd6af9208a7ff863 (diff)
downloadpython-setuptools-git-ffe7c1a456338ae5db59e1bfaa4bd10bc8c3fec8.tar.gz
Bump version: 22.0.2 → 22.0.3v22.0.3
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 23966bd2..8a54b281 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.2",
+ version="22.0.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",