aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-09-18 11:16:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-09-18 11:16:24 -0400
commit4f86e36471749397aeb30b6c29edffa7b3bdefc6 (patch)
tree13e432ef6e475177ca9b55e55bd3b48a9b737ec7 /setup.py
parentd4b5eb62d4a848c5cf6e2a0c3c5f39151b31897d (diff)
downloadexternal_python_setuptools-4f86e36471749397aeb30b6c29edffa7b3bdefc6.tar.gz
external_python_setuptools-4f86e36471749397aeb30b6c29edffa7b3bdefc6.tar.bz2
external_python_setuptools-4f86e36471749397aeb30b6c29edffa7b3bdefc6.zip
Bump version: 40.4.0 → 40.4.1v40.4.1
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 3ecf1d2e..5b08b18d 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.4.0",
+ version="40.4.1",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"