summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-15 08:39:13 +0200
committerJason R. Coombs <jaraco@jaraco.com>2016-04-15 08:39:13 +0200
commitf676f1a8e36d4a887a81aba3cba64f2bec850ec7 (patch)
tree3a7f3e77638ee4542b4c9c78cb833caf40df62d6 /setup.py
parente5822f0d5be6386bf86cde03988bfdf1bfc2e935 (diff)
downloadpython-setuptools-git-20.8.0.tar.gz
Bump version: 20.7.0 → 20.8.0v20.8.0
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 1de76ce9..08720fb5 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.7.0",
+ version="20.8.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",