aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-11-12 15:09:59 -0500
committerPaul Ganssle <paul@ganssle.io>2018-11-12 15:09:59 -0500
commit283ebe24799a4e2dfbc38085ef6a85e05de1dac0 (patch)
treeff85b7932879c56dd0b547b3aa1a880923d5d482
parent6bdff7d449de92e8539179eb86fbf97e73be6cc5 (diff)
downloadexternal_python_setuptools-283ebe24799a4e2dfbc38085ef6a85e05de1dac0.tar.gz
external_python_setuptools-283ebe24799a4e2dfbc38085ef6a85e05de1dac0.tar.bz2
external_python_setuptools-283ebe24799a4e2dfbc38085ef6a85e05de1dac0.zip
Bump version: 40.5.0 → 40.6.0
-rw-r--r--setup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 5f7abd39..fd7e8cc9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 40.5.0
+current_version = 40.6.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index cdb4ec79..569730d3 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.5.0",
+ version="40.6.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"