aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-09 17:05:27 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-09 17:05:27 -0400
commit08bcd16f9f4aaa13f7af7aa146fa2af8964f364b (patch)
treeaebe0f8cb274acc20f4d81400c69a7f5e225d899
parent19fd04bae3809caf61208e3d085491990222aca8 (diff)
downloadexternal_python_setuptools-08bcd16f9f4aaa13f7af7aa146fa2af8964f364b.tar.gz
external_python_setuptools-08bcd16f9f4aaa13f7af7aa146fa2af8964f364b.tar.bz2
external_python_setuptools-08bcd16f9f4aaa13f7af7aa146fa2af8964f364b.zip
Bump version: 20.6.7 → 20.6.8v20.6.8
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 31fa0d34..65358f40 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.6.7
+current_version = 20.6.8
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 25726da1..8ed134fb 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.7",
+ version="20.6.8",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",