diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-07-09 00:13:58 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-07-09 00:13:58 -0400 |
commit | 510c3c64bd32e7c3870001e5e7a56ca5e387e797 (patch) | |
tree | 6e6ed655619bb1cb72a4b6c06e725358ab293e93 /setup.py | |
parent | 949bd166692af0694631542b02e3a2f26a48b455 (diff) | |
download | external_python_setuptools-510c3c64bd32e7c3870001e5e7a56ca5e387e797.tar.gz external_python_setuptools-510c3c64bd32e7c3870001e5e7a56ca5e387e797.tar.bz2 external_python_setuptools-510c3c64bd32e7c3870001e5e7a56ca5e387e797.zip |
Bump version: 39.2.0 → 40.0.0v40.0.0
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="39.2.0", + version="40.0.0", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |