aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-20 13:12:25 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-20 13:12:25 -0500
commitd45be2cc4f7a1e4ddc70b363baaa613c6b068b98 (patch)
treee8a81d06db49722b18fdb65be846069bb8c4a1ec
parent89ef5bb7e4812193d6f593d531bad36191517981 (diff)
downloadexternal_python_setuptools-d45be2cc4f7a1e4ddc70b363baaa613c6b068b98.tar.gz
external_python_setuptools-d45be2cc4f7a1e4ddc70b363baaa613c6b068b98.tar.bz2
external_python_setuptools-d45be2cc4f7a1e4ddc70b363baaa613c6b068b98.zip
Bump version: 36.8.0 → 37.0.0v37.0.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 8da91de2..04dcfbf8 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.8.0
+current_version = 37.0.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 492b96d8..25d44de3 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.8.0",
+ version="37.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",