aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-03 10:25:50 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-03 10:25:50 -0500
commita08cf8bc0d4d06b9f185b62518f173ebd1d4c9f1 (patch)
treedd1d2d6532a648949c4674a48167b920fb0d7668 /setup.py
parentf03ef2074c30f7772c1d49fc92beb5b0f9d79e63 (diff)
downloadexternal_python_setuptools-a08cf8bc0d4d06b9f185b62518f173ebd1d4c9f1.tar.gz
external_python_setuptools-a08cf8bc0d4d06b9f185b62518f173ebd1d4c9f1.tar.bz2
external_python_setuptools-a08cf8bc0d4d06b9f185b62518f173ebd1d4c9f1.zip
Bump version: 40.7.2 → 40.7.3v40.7.340.7-maintenance
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 a009f179..b3e1cc7e 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.7.2",
+ version="40.7.3",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"