summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:31:17 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:31:17 -0400
commit763d5ef1c8d382c6cd6f0dd247d7c6c9e3447a11 (patch)
treef5ea6e980a3687ffe92a6bbf7d00cb2ae785f40d /setup.py
parentaed09e8a3b4af5472f893a5f702e739a61d94153 (diff)
downloadpython-setuptools-git-763d5ef1c8d382c6cd6f0dd247d7c6c9e3447a11.tar.gz
Bump version: 20.6.0 → 20.6.1v20.6.1
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 32d965bf..a07b803f 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.0",
+ version="20.6.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",