aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-12-11 14:45:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-12-11 14:45:14 -0500
commit1c1c9152abcb8b1b6a13f1cfb4744f8d73016876 (patch)
tree207ff993ef9216f2800744e42c43ec7713c63b40 /setup.py
parent758eab35155b97c364d8bf40654367fcb8785379 (diff)
downloadexternal_python_setuptools-1c1c9152abcb8b1b6a13f1cfb4744f8d73016876.tar.gz
external_python_setuptools-1c1c9152abcb8b1b6a13f1cfb4744f8d73016876.tar.bz2
external_python_setuptools-1c1c9152abcb8b1b6a13f1cfb4744f8d73016876.zip
Bump version: 40.6.2 → 40.6.3v40.6.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 44b7edf5..67d5691d 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.6.2",
+ version="40.6.3",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"