aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:46:12 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:46:12 -0500
commitd5f914876127d8ea60bc3f90d509fd0745f909f7 (patch)
treef06d754e7fe42d272653d616fe27c5aaf2a01825
parentbb71fd1bed9f5e5e239ef99be82ed57e9f9b1dda (diff)
downloadexternal_python_setuptools-d5f914876127d8ea60bc3f90d509fd0745f909f7.tar.gz
external_python_setuptools-d5f914876127d8ea60bc3f90d509fd0745f909f7.tar.bz2
external_python_setuptools-d5f914876127d8ea60bc3f90d509fd0745f909f7.zip
Bump version: 36.6.1 → 36.7.0v36.7.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 7f808782..94dfbd62 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.6.1
+current_version = 36.7.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index c5bc7254..389a8059 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.6.1",
+ version="36.7.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",