diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-15 09:03:55 +0200 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-15 09:03:55 +0200 |
commit | 8b62ac49a915ab16bde75635bd6c58d2ec66b19c (patch) | |
tree | 674afa37285dbcaf504a1f3edb974223eeebf6bd /setup.py | |
parent | dd5caefb987dbd15495047fc653fa71d4667eb43 (diff) | |
download | external_python_setuptools-8b62ac49a915ab16bde75635bd6c58d2ec66b19c.tar.gz external_python_setuptools-8b62ac49a915ab16bde75635bd6c58d2ec66b19c.tar.bz2 external_python_setuptools-8b62ac49a915ab16bde75635bd6c58d2ec66b19c.zip |
Bump version: 20.8.0 → 20.8.1v20.8.1
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.8.0", + version="20.8.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |