aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 11:42:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 11:42:38 -0400
commit3b3b06f8da98aa888d99bdcca91a627f3baf2a5b (patch)
tree303218495a8afdf1417325f80af1b49d2d9ca65e /setup.py
parent01e1054c171649eb7d29659855a6879197de1c6e (diff)
downloadexternal_python_setuptools-3b3b06f8da98aa888d99bdcca91a627f3baf2a5b.tar.gz
external_python_setuptools-3b3b06f8da98aa888d99bdcca91a627f3baf2a5b.tar.bz2
external_python_setuptools-3b3b06f8da98aa888d99bdcca91a627f3baf2a5b.zip
Bump version: 22.0.4 → 22.0.5v22.0.5
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 7baa60b9..6cde31f7 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.4",
+ version="22.0.5",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",