aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 16:18:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 16:18:51 -0400
commitfbbeb19d4c7662844e7af5cb1fea4d7cc95ff146 (patch)
treeeeccb4345fcbf33545de6fa698617bd7a5666f25 /setup.py
parenteae952e4f29f58e39be1a0a28cf5a5793f79e906 (diff)
downloadexternal_python_setuptools-fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146.tar.gz
external_python_setuptools-fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146.tar.bz2
external_python_setuptools-fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146.zip
Bump version: 20.6.4 → 20.6.5v20.6.5
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 a16dafe6..14219945 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.4",
+ version="20.6.5",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",