aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 16:18:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 16:18:51 -0400
commitfbbeb19d4c7662844e7af5cb1fea4d7cc95ff146 (patch)
treeeeccb4345fcbf33545de6fa698617bd7a5666f25
parenteae952e4f29f58e39be1a0a28cf5a5793f79e906 (diff)
downloadexternal_python_setuptools-fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146.tar.gz
external_python_setuptools-fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146.tar.bz2
external_python_setuptools-fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146.zip
Bump version: 20.6.4 → 20.6.5v20.6.5
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 1d9dda37..eda6916d 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.6.4
+current_version = 20.6.5
commit = True
tag = True
diff --git a/setup.py b/setup.py
index a16dafe6..14219945 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.6.4",
+ version="20.6.5",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",