summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 15:00:19 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 15:00:19 -0400
commit26004981b800a24654a43d88fc0d609d247ca9b7 (patch)
tree863db77eacaf030a766aca37dc72075d234ac64d
parent4c7ee26f9b2d2a04ba853bd55b63e2776277a539 (diff)
downloadpython-setuptools-git-26004981b800a24654a43d88fc0d609d247ca9b7.tar.gz
Bump version: 20.6.3 → 20.6.4v20.6.4
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index adfdf5ae..64fc368d 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.6.3
+current_version = 20.6.4
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 202da449..a16dafe6 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.3",
+ version="20.6.4",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",