aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-11 00:26:58 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-11 00:26:58 -0500
commitc218b65053915aa084c897defa2a25a11175ddc4 (patch)
treee988da4b515c2402283260b782d6bb5beb5b30f6
parent57a09271dcd0840fb285495fe862aa42d9f9742c (diff)
downloadexternal_python_setuptools-c218b65053915aa084c897defa2a25a11175ddc4.tar.gz
external_python_setuptools-c218b65053915aa084c897defa2a25a11175ddc4.tar.bz2
external_python_setuptools-c218b65053915aa084c897defa2a25a11175ddc4.zip
Bump version: 36.7.0 → 36.7.1v36.7.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 94dfbd62..d1d94cdd 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.7.0
+current_version = 36.7.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 389a8059..2c4ba840 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.7.0",
+ version="36.7.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",