summaryrefslogtreecommitdiff
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
parente5822f0d5be6386bf86cde03988bfdf1bfc2e935 (diff)
downloadpython-setuptools-git-f676f1a8e36d4a887a81aba3cba64f2bec850ec7.tar.gz
Bump version: 20.7.0 → 20.8.0v20.8.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 6ec7f464..9940bbc3 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.7.0
+current_version = 20.8.0
commit = True
tag = True
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",