aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2017-12-04 18:14:16 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2017-12-04 18:14:16 +0100
commite001996ab483c7c725e8894f560fb84c43150bcc (patch)
treee90ce3bfc571c502db0ea0b1d684a7d9934eaadf /setup.py
parentb654e7270d5d65419d8ac43dc6b404458b80aa1d (diff)
downloadexternal_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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 61d2ceaa..0e3e42c5 100755
--- a/setup.py
+++ b/setup.py
@@ -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",