summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 09:54:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 09:54:13 -0400
commit6e927802f1a25c83cf4055c4880804a349419dfb (patch)
tree53994ceee9cfacf2bec7551ae5fae914a1643de6 /setup.py
parent2c937bc53f208ab7b604f83c0c349b3ff9c6e5bc (diff)
downloadpython-setuptools-git-6e927802f1a25c83cf4055c4880804a349419dfb.tar.gz
Bump version: 22.0.0 → 22.0.1v22.0.1
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 cc490950..9c296f9d 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.0",
+ version="22.0.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",