summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-09-21 13:16:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-09-21 13:16:06 -0400
commit5ba6a4246793d5ad3c9ec105792c1d16aa13a205 (patch)
treecb7e3a9b2de60d03842a9a022f33a3b3519c2b1c /setup.py
parent8cb8bb58e38f26c9abdc4904a30c55a006d73730 (diff)
downloadpython-setuptools-git-5ba6a4246793d5ad3c9ec105792c1d16aa13a205.tar.gz
Bump version: 40.4.1 → 40.4.2v40.4.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 5b08b18d..ad5f5284 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.4.1",
+ version="40.4.2",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"