summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:45:37 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:45:37 -0400
commit125066cb8dd2d44cc2ed9bded916840a59d4f1ac (patch)
tree16c8374eb32dfeb990503c94f73bc1c58e2c9608 /setup.py
parent06a1e422cbed7a9bc0aadca7ba2fe9c5bf88d3c8 (diff)
downloadpython-setuptools-git-125066cb8dd2d44cc2ed9bded916840a59d4f1ac.tar.gz
Bump version: 20.6.1 → 20.6.2v20.6.2
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 a07b803f..e96c4a0d 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.1",
+ version="20.6.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",