aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-08-21 08:33:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-08-21 08:33:26 -0400
commit172a572840cb19ec65d4541a557cd79d3865297a (patch)
tree7caed2d43e1233945549cafa20bd26136734b89a /setup.py
parent5f4fa26d278a7d2eeb29ea1276555b2a4b50dee8 (diff)
downloadexternal_python_setuptools-172a572840cb19ec65d4541a557cd79d3865297a.tar.gz
external_python_setuptools-172a572840cb19ec65d4541a557cd79d3865297a.tar.bz2
external_python_setuptools-172a572840cb19ec65d4541a557cd79d3865297a.zip
Bump version: 40.1.0 → 40.2.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 526a7ba6..96dbbbbc 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.1.0",
+ version="40.2.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"