diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2018-11-13 10:38:41 +0100 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2018-11-13 10:38:41 +0100 |
commit | b62705a84ab599a2feff059ececd33800f364555 (patch) | |
tree | cad574fa7726eb2bb928b1749334d5543349ee05 /setup.py | |
parent | 7d96d92ab588a245abc8e1f0d67f8a42112fb983 (diff) | |
download | external_python_setuptools-b62705a84ab599a2feff059ececd33800f364555.tar.gz external_python_setuptools-b62705a84ab599a2feff059ececd33800f364555.tar.bz2 external_python_setuptools-b62705a84ab599a2feff059ececd33800f364555.zip |
Bump version: 40.6.1 → 40.6.2v40.6.2
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.1", + version="40.6.2", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |