diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-18 20:18:09 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-18 20:18:09 -0400 |
commit | 77e39c4c3f4cde33cb8d84f78a1bf6a1bb6ba659 (patch) | |
tree | 5f04b1bdc24e57be200a0b465790c92fdab35314 /setup.py | |
parent | c8f9fd8c0d61f74fdcf10d96cf7608a256ecbe40 (diff) | |
download | python-setuptools-git-77e39c4c3f4cde33cb8d84f78a1bf6a1bb6ba659.tar.gz |
Bump version: 21.0.0 → 21.1.0v21.1.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.0.0", + version="21.1.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |