aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-23 13:13:53 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-23 13:13:53 -0400
commitac7a33c84d74afd3b7453bd880943be9cb4c5787 (patch)
tree11b88bdea2542ed88d503a60e2e126473502c01f
parent7c9b1e6b044b31316c19ce8c94cb452b990a489f (diff)
downloadexternal_python_setuptools-ac7a33c84d74afd3b7453bd880943be9cb4c5787.tar.gz
external_python_setuptools-ac7a33c84d74afd3b7453bd880943be9cb4c5787.tar.bz2
external_python_setuptools-ac7a33c84d74afd3b7453bd880943be9cb4c5787.zip
Bump version: 36.2.0 → 36.2.1v36.2.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 416f6543..203b9312 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.2.0
+current_version = 36.2.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index b3f5a7d9..854aee38 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.0",
+ version="36.2.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",