diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2017-12-04 18:14:16 +0100 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2017-12-04 18:14:16 +0100 |
commit | e001996ab483c7c725e8894f560fb84c43150bcc (patch) | |
tree | e90ce3bfc571c502db0ea0b1d684a7d9934eaadf /setup.py | |
parent | b654e7270d5d65419d8ac43dc6b404458b80aa1d (diff) | |
download | external_python_setuptools-e001996ab483c7c725e8894f560fb84c43150bcc.tar.gz external_python_setuptools-e001996ab483c7c725e8894f560fb84c43150bcc.tar.bz2 external_python_setuptools-e001996ab483c7c725e8894f560fb84c43150bcc.zip |
Bump version: 38.2.3 → 38.2.4v38.2.4
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.3", + version="38.2.4", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |