aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-31 20:57:40 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-31 20:57:40 -0500
commit28605704049b638d9a71c010b7cbe8dc6a8d37fc (patch)
tree26ffbf6777c90fb811ea5a323ee3cb03e6e0735f /setup.py
parent3ee123b34d7f2a7ef305bc37c6a9b9f102a907c4 (diff)
downloadexternal_python_setuptools-28605704049b638d9a71c010b7cbe8dc6a8d37fc.tar.gz
external_python_setuptools-28605704049b638d9a71c010b7cbe8dc6a8d37fc.tar.bz2
external_python_setuptools-28605704049b638d9a71c010b7cbe8dc6a8d37fc.zip
Bump version: 40.7.1 → 40.7.2v40.7.2
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 9e50513b..a009f179 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.7.1",
+ version="40.7.2",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"