summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parentc2f0ac786148d7614a7c8591c6ae56ea710e5453 (diff)
downloadpython-setuptools-git-53a9c83a227c1277165a1bdec013bbb4465edd8f.tar.gz
Bump version: 20.6.5 → 20.6.6
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 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",