summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-27 09:16:47 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-27 09:16:47 -0500
commit78fd73026ad7284819936b651f7cfbe8a1ec98c8 (patch)
tree5799fd11fd52640537fe33e9df87741456a4c448 /setup.py
parentb31997dbcd935ded39868b42d765830ad6e29808 (diff)
downloadpython-setuptools-git-78fd73026ad7284819936b651f7cfbe8a1ec98c8.tar.gz
Bump version: 40.6.3 → 40.7.0v40.7.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 67d5691d..00db0f0a 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.6.3",
+ version="40.7.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"