summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent4c7ee26f9b2d2a04ba853bd55b63e2776277a539 (diff)
downloadpython-setuptools-git-26004981b800a24654a43d88fc0d609d247ca9b7.tar.gz
Bump version: 20.6.3 → 20.6.4v20.6.4
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",