summaryrefslogtreecommitdiff
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
parenta73118b9e3c125910ce3a50ab1e676632b4c12d1 (diff)
downloadpython-setuptools-git-01e1189c7156de07fb9f8646fb2282379ddbc5b4.tar.gz
Bump version: 20.10.1 → 21.0.0v21.0.0
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 775dbda2..d0c301b3 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.10.1
+current_version = 21.0.0
commit = True
tag = True
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",