aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-09-18 09:08:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-09-18 09:08:44 -0400
commitb40d2de57b61a28cb79f25eb99a2c2e6f9426343 (patch)
tree1eb053f5679398fcd2bc8d022f08e89bef195a51 /setup.py
parent91e2d0e5b26bfd74a2b9b9d6863c0600275eef06 (diff)
downloadexternal_python_setuptools-b40d2de57b61a28cb79f25eb99a2c2e6f9426343.tar.gz
external_python_setuptools-b40d2de57b61a28cb79f25eb99a2c2e6f9426343.tar.bz2
external_python_setuptools-b40d2de57b61a28cb79f25eb99a2c2e6f9426343.zip
Bump version: 40.3.0 → 40.4.0v40.4.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 38057fd8..3ecf1d2e 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.3.0",
+ version="40.4.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"