diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-21 10:59:43 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-21 10:59:43 -0400 |
commit | 731214ec6fc486e9a26f0ec83dd2434f346e6b4a (patch) | |
tree | 7316ae00331bc539dab7acd851a575bd71a50512 /setup.py | |
parent | e92023ee5ebf949082c2db0bb446ba52b1ba8ff4 (diff) | |
download | python-setuptools-git-731214ec6fc486e9a26f0ec83dd2434f346e6b4a.tar.gz |
Bump version: 21.1.0 → 21.2.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.1.0", + version="21.2.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |