summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-01 17:03:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-01 17:03:52 -0400
commit9803058dc72867605bdac20d41249c00e8eae415 (patch)
tree1fe73734d09f2b28aae0bad2f86372f07c05a945 /setup.py
parentc5189c3992f32dcabf5cb294340bf4cad294de23 (diff)
parent3484b70027caa26648d7d7270bef827629d633a5 (diff)
downloadpython-setuptools-git-9803058dc72867605bdac20d41249c00e8eae415.tar.gz
Merge
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 573fb595..25726da1 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.6",
+ version="20.6.7",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",