aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
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 /setup.py
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
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",