diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-01 09:07:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-01 09:07:44 -0400 |
commit | 7851c724c3a0d8529fb3b03b938b173083d62dac (patch) | |
tree | 930c26baa7ceb9f7205446b9194f98eb45782273 /setup.py | |
parent | e53e6ea4b46eb0a746fc1549be5ba90c0d3bc7dc (diff) | |
download | external_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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |