aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-09-15 10:19:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-09-15 10:19:29 -0400
commit9f295a706590b1e3618978d6f2d83af0b893ec4d (patch)
tree2bbb148d0b7de4cfeade41eee42feb5c183fdadc
parentacc77db19ed21f11c20493fd81831343212a3f01 (diff)
downloadexternal_python_setuptools-9f295a706590b1e3618978d6f2d83af0b893ec4d.tar.gz
external_python_setuptools-9f295a706590b1e3618978d6f2d83af0b893ec4d.tar.bz2
external_python_setuptools-9f295a706590b1e3618978d6f2d83af0b893ec4d.zip
Bump version: 36.4.0 → 36.5.0v36.5.0
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index ea649893..e5ebf4b8 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.4.0
+current_version = 36.5.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index eb939ff3..ee968d9a 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.4.0",
+ version="36.5.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",