aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-07-09 00:13:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-07-09 00:13:58 -0400
commit510c3c64bd32e7c3870001e5e7a56ca5e387e797 (patch)
tree6e6ed655619bb1cb72a4b6c06e725358ab293e93 /setup.py
parent949bd166692af0694631542b02e3a2f26a48b455 (diff)
downloadexternal_python_setuptools-510c3c64bd32e7c3870001e5e7a56ca5e387e797.tar.gz
external_python_setuptools-510c3c64bd32e7c3870001e5e7a56ca5e387e797.tar.bz2
external_python_setuptools-510c3c64bd32e7c3870001e5e7a56ca5e387e797.zip
Bump version: 39.2.0 → 40.0.0v40.0.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 22c26dd2..27a0e30e 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="39.2.0",
+ version="40.0.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"