aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-26 13:07:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-26 13:07:42 -0400
commitde05e931c35cef1d5888231fe3f4b47526bca8f7 (patch)
tree9f9b94d89e80b5bc9e6a991782934fe7c5e7618e
parent35fa31fa6705d6b6866b5f5361b833e19339713b (diff)
downloadexternal_python_setuptools-de05e931c35cef1d5888231fe3f4b47526bca8f7.tar.gz
external_python_setuptools-de05e931c35cef1d5888231fe3f4b47526bca8f7.tar.bz2
external_python_setuptools-de05e931c35cef1d5888231fe3f4b47526bca8f7.zip
Bump version: 36.2.3 → 36.2.4v36.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 5633027e..ae2f2d25 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.2.3
+current_version = 36.2.4
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 8c21a372..bb465f2d 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.3",
+ version="36.2.4",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",