aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-15 09:03:55 +0200
committerJason R. Coombs <jaraco@jaraco.com>2016-04-15 09:03:55 +0200
commit8b62ac49a915ab16bde75635bd6c58d2ec66b19c (patch)
tree674afa37285dbcaf504a1f3edb974223eeebf6bd
parentdd5caefb987dbd15495047fc653fa71d4667eb43 (diff)
downloadexternal_python_setuptools-8b62ac49a915ab16bde75635bd6c58d2ec66b19c.tar.gz
external_python_setuptools-8b62ac49a915ab16bde75635bd6c58d2ec66b19c.tar.bz2
external_python_setuptools-8b62ac49a915ab16bde75635bd6c58d2ec66b19c.zip
Bump version: 20.8.0 → 20.8.1v20.8.1
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 9940bbc3..565ed009 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.8.0
+current_version = 20.8.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 08720fb5..834fdeee 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.8.0",
+ version="20.8.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",