aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-09-23 10:23:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-09-23 10:23:52 -0400
commit898c252e4c1d0521a106fb608993aef099dca16e (patch)
tree03d8659d48667cfc5bbde90bebe2a7df6af71472 /setup.py
parent2862b90422c63afc8864952878594e4194c517d9 (diff)
downloadexternal_python_setuptools-898c252e4c1d0521a106fb608993aef099dca16e.tar.gz
external_python_setuptools-898c252e4c1d0521a106fb608993aef099dca16e.tar.bz2
external_python_setuptools-898c252e4c1d0521a106fb608993aef099dca16e.zip
Bump version: 40.4.2 → 40.4.3v40.4.3
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 ad5f5284..b37082c4 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.4.2",
+ version="40.4.3",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"