aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-01 09:07:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-01 09:07:44 -0400
commit7851c724c3a0d8529fb3b03b938b173083d62dac (patch)
tree930c26baa7ceb9f7205446b9194f98eb45782273 /setup.py
parente53e6ea4b46eb0a746fc1549be5ba90c0d3bc7dc (diff)
downloadexternal_python_setuptools-7851c724c3a0d8529fb3b03b938b173083d62dac.tar.gz
external_python_setuptools-7851c724c3a0d8529fb3b03b938b173083d62dac.tar.bz2
external_python_setuptools-7851c724c3a0d8529fb3b03b938b173083d62dac.zip
Bump version: 21.2.2 → 22.0.0v22.0.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 391cacae..cc490950 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="21.2.2",
+ version="22.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",