summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-10-26 11:41:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-10-26 11:41:29 -0400
commit8cdb68448e70d019ccaf25b2d66b1ecbf82494e5 (patch)
treee04d92911ceb2ec66903a5729f23583c265c8f57 /setup.py
parentee5ceb12f87e8e1aeeb05f26538de21207570d61 (diff)
downloadpython-setuptools-git-8cdb68448e70d019ccaf25b2d66b1ecbf82494e5.tar.gz
Bump version: 40.4.3 → 40.5.0v40.5.0
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 b37082c4..2cac67a2 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.4.3",
+ version="40.5.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"