summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:52:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:52:13 -0400
commit9bc17cf4cd018979b1d56bf3e2b14651bc451bcc (patch)
tree827a45b71a677232f2934a1974f86d210f37cb74
parent7feff474ea6fb05b0c369557e72dfc3b4385fb58 (diff)
downloadpython-setuptools-git-9bc17cf4cd018979b1d56bf3e2b14651bc451bcc.tar.gz
Bump version: 20.6.2 → 20.6.3v20.6.3
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 2d0cb185..ac29c73b 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.6.2
+current_version = 20.6.3
commit = True
tag = True
diff --git a/setup.py b/setup.py
index e96c4a0d..202da449 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.6.2",
+ version="20.6.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",