aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-12 11:25:55 +0200
committerJason R. Coombs <jaraco@jaraco.com>2017-10-12 11:25:55 +0200
commitcb9e3a35bfc07136c44d942698fc45fc3f12192b (patch)
tree27b03a8b4a33a2bf2cc3cfe9b395e97bdbe42b50
parentaa2e8aaea3e466025230b1956f62b0839529e27f (diff)
downloadexternal_python_setuptools-cb9e3a35bfc07136c44d942698fc45fc3f12192b.tar.gz
external_python_setuptools-cb9e3a35bfc07136c44d942698fc45fc3f12192b.tar.bz2
external_python_setuptools-cb9e3a35bfc07136c44d942698fc45fc3f12192b.zip
Bump version: 36.5.0 → 36.6.0v36.6.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 e5ebf4b8..c1ee1ba4 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.5.0
+current_version = 36.6.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index ee968d9a..33003465 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.5.0",
+ version="36.6.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",