aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-25 09:15:29 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-04-25 09:15:29 -0500
commit9ad12ecb7c605cafbfa27e5eb6a1990b7afaf3a1 (patch)
tree3796c3d537a1467b57b0fd8250e4d06627d125c7
parentc105d6f18a5a17b0a47fda5a2df2f8f47352b037 (diff)
downloadexternal_python_setuptools-9ad12ecb7c605cafbfa27e5eb6a1990b7afaf3a1.tar.gz
external_python_setuptools-9ad12ecb7c605cafbfa27e5eb6a1990b7afaf3a1.tar.bz2
external_python_setuptools-9ad12ecb7c605cafbfa27e5eb6a1990b7afaf3a1.zip
Bump version: 20.9.0 → 20.10.0v20.10.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 f2b8d254..676c80b8 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.9.0
+current_version = 20.10.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index a29f0a17..439f6206 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.9.0",
+ version="20.10.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",