diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-12-11 14:45:14 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-12-11 14:45:14 -0500 |
commit | 1c1c9152abcb8b1b6a13f1cfb4744f8d73016876 (patch) | |
tree | 207ff993ef9216f2800744e42c43ec7713c63b40 /setup.py | |
parent | 758eab35155b97c364d8bf40654367fcb8785379 (diff) | |
download | external_python_setuptools-1c1c9152abcb8b1b6a13f1cfb4744f8d73016876.tar.gz external_python_setuptools-1c1c9152abcb8b1b6a13f1cfb4744f8d73016876.tar.bz2 external_python_setuptools-1c1c9152abcb8b1b6a13f1cfb4744f8d73016876.zip |
Bump version: 40.6.2 → 40.6.3v40.6.3
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="40.6.2", + version="40.6.3", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |