summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-30 21:58:23 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-30 21:58:23 -0400
commit53a9c83a227c1277165a1bdec013bbb4465edd8f (patch)
tree9a9a747219709f409f08e7f5680664e585482612
parentc2f0ac786148d7614a7c8591c6ae56ea710e5453 (diff)
downloadpython-setuptools-git-53a9c83a227c1277165a1bdec013bbb4465edd8f.tar.gz
Bump version: 20.6.5 → 20.6.6
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index eda6916d..07d2bd28 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.6.5
+current_version = 20.6.6
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 14219945..c559befa 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.5",
+ version="20.6.6",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",