aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:27:39 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:27:39 -0500
commit4f43bd2a665a8115a03eb8d073cacb8945d22462 (patch)
tree4157cd5120609f05bd21e97aeec30cd2d26942cd
parent26cbce17dfb5aa9ea1ffae5d25363ad645bf6e44 (diff)
downloadexternal_python_setuptools-4f43bd2a665a8115a03eb8d073cacb8945d22462.tar.gz
external_python_setuptools-4f43bd2a665a8115a03eb8d073cacb8945d22462.tar.bz2
external_python_setuptools-4f43bd2a665a8115a03eb8d073cacb8945d22462.zip
Bump version: 36.6.0 → 36.6.1v36.6.1
-rwxr-xr-xsetup.cfg3
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 8422a269..7f808782 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.6.0
+current_version = 36.6.1
commit = True
tag = True
@@ -26,3 +26,4 @@ universal = 1
license_file = LICENSE
[bumpversion:file:setup.py]
+
diff --git a/setup.py b/setup.py
index 33003465..c5bc7254 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.6.0",
+ version="36.6.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",