aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-06 05:53:06 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-06 05:53:06 -0500
commitb1c13f660d92fa5d707d2e1ec7acafe7d665d753 (patch)
tree536946aa1bc7658b6055b5238e722bae4c80bc8d
parent611ee7aab1df726030d18d6e22366877f29525ed (diff)
downloadexternal_python_setuptools-b1c13f660d92fa5d707d2e1ec7acafe7d665d753.tar.gz
external_python_setuptools-b1c13f660d92fa5d707d2e1ec7acafe7d665d753.tar.bz2
external_python_setuptools-b1c13f660d92fa5d707d2e1ec7acafe7d665d753.zip
Bump version: 38.5.0 → 38.5.1v38.5.1
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 69585181..2ad462d8 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 38.5.0
+current_version = 38.5.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 090cf00e..a3123b57 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="38.5.0",
+ version="38.5.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",