diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2017-11-26 23:17:06 +0100 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2017-11-26 23:17:06 +0100 |
commit | b066b29042daf7b60c40d116f823ac28943cfbad (patch) | |
tree | 046bf9c443c316d56b1905b3be21562a15bdb42b /setup.py | |
parent | e72afd6243713cd0d3f8a5bc5b50fb59934d7ff8 (diff) | |
download | external_python_setuptools-b066b29042daf7b60c40d116f823ac28943cfbad.tar.gz external_python_setuptools-b066b29042daf7b60c40d116f823ac28943cfbad.tar.bz2 external_python_setuptools-b066b29042daf7b60c40d116f823ac28943cfbad.zip |
Bump version: 38.2.0 → 38.2.1v38.2.1
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="38.2.0", + version="38.2.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |