aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-09-16 12:19:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-09-16 12:19:10 -0400
commitb711d1b53b2556b47273c28dae3345a664c54972 (patch)
treea3aacb6a08f257a4ff174f1e6c5a27a48ffc7ce9 /setup.py
parent002c439191aa58202cb613d47ce3e93c445372bd (diff)
downloadexternal_python_setuptools-b711d1b53b2556b47273c28dae3345a664c54972.tar.gz
external_python_setuptools-b711d1b53b2556b47273c28dae3345a664c54972.tar.bz2
external_python_setuptools-b711d1b53b2556b47273c28dae3345a664c54972.zip
Bump version: 40.2.0 → 40.3.0v40.3.0
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 96dbbbbc..38057fd8 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.2.0",
+ version="40.3.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"