aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-31 10:47:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-31 10:47:10 -0400
commitd48e839e34b1dc4f64707935f58e4bc0824457c0 (patch)
tree9b97257b1b4a71264c61fbf355963a204b0ea53a /setup.py
parent04d10ff025e1cbef7ec93a2008c930e856045c8a (diff)
downloadexternal_python_setuptools-d48e839e34b1dc4f64707935f58e4bc0824457c0.tar.gz
external_python_setuptools-d48e839e34b1dc4f64707935f58e4bc0824457c0.tar.bz2
external_python_setuptools-d48e839e34b1dc4f64707935f58e4bc0824457c0.zip
Bump version: 20.6.6 → 20.6.7v20.6.7
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 1aa31687..9067abe2 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",