summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:52:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:52:13 -0400
commit9bc17cf4cd018979b1d56bf3e2b14651bc451bcc (patch)
tree827a45b71a677232f2934a1974f86d210f37cb74 /setup.py
parent7feff474ea6fb05b0c369557e72dfc3b4385fb58 (diff)
downloadpython-setuptools-git-9bc17cf4cd018979b1d56bf3e2b14651bc451bcc.tar.gz
Bump version: 20.6.2 → 20.6.3v20.6.3
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 e96c4a0d..202da449 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.2",
+ version="20.6.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",