summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-02 09:37:01 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-02 09:37:01 -0400
commit01e1189c7156de07fb9f8646fb2282379ddbc5b4 (patch)
tree9c1bcf8a53fbedccf385c64b8eb52513cb9d3892 /setup.py
parenta73118b9e3c125910ce3a50ab1e676632b4c12d1 (diff)
downloadpython-setuptools-git-01e1189c7156de07fb9f8646fb2282379ddbc5b4.tar.gz
Bump version: 20.10.1 → 21.0.0v21.0.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 f72ed3a1..58c70785 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.10.1",
+ version="21.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",