diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 14:19:54 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 14:19:54 -0400 |
commit | 1627f58f4ca1d03bfc53d918373cb681a57d661d (patch) | |
tree | b9237ea84fade653dcdca156f267629964e3d8fb /setup.py | |
parent | af4b8f9370b9e18a9f5fe43e17161533e1a31646 (diff) | |
download | python-setuptools-git-1627f58f4ca1d03bfc53d918373cb681a57d661d.tar.gz |
Bump version: 20.5.0 → 20.6.0v20.6.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="20.5.0", + version="20.6.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |