summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-16 10:54:30 +0200
committerJason R. Coombs <jaraco@jaraco.com>2016-04-16 10:54:30 +0200
commitc748a49baec0df9e94adcb59443a756af7e902ad (patch)
tree154d24e33c7d6078d4cae5bb942dd1c749c72583 /setup.py
parent614e827135daf7b7b6e19d5711de46982327423e (diff)
downloadpython-setuptools-git-c748a49baec0df9e94adcb59443a756af7e902ad.tar.gz
Bump version: 20.8.1 → 20.9.0v20.9.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 50565c9d..a29f0a17 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.8.1",
+ version="20.9.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",