aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-17 10:27:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-03-17 10:27:46 -0400
commit025690980c3540dc170abec3a3b18fd11f8b15bc (patch)
treea3da3a5a1ddf8381d85292f2505400f889ea890c
parent604e0852c6020904419f9be37b2bec2c3c3b3779 (diff)
downloadexternal_python_setuptools-38.6.1.tar.gz
external_python_setuptools-38.6.1.tar.bz2
external_python_setuptools-38.6.1.zip
Bump version: 38.6.0 → 38.6.1v38.6.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 560b724b..5a9a875c 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 38.6.0
+current_version = 38.6.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index ff064e33..a59ba44b 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="38.6.0",
+ version="38.6.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",