aboutsummaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index b2e68c6f..d6f1a195 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 38.2.3
+current_version = 38.2.4
commit = True
tag = True
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",