aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-18 10:34:48 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-03-18 10:34:48 -0400
commit76f1da96edb2a9252c4aa7f4eacdac4312209d1c (patch)
tree546ef0ab7f2f207ed6a3e86dbcae87d103d6ca41 /setup.py
parentf96f0db5ab8e90a0c3757e7951da26f0a948e9cf (diff)
downloadexternal_python_setuptools-76f1da96edb2a9252c4aa7f4eacdac4312209d1c.tar.gz
external_python_setuptools-76f1da96edb2a9252c4aa7f4eacdac4312209d1c.tar.bz2
external_python_setuptools-76f1da96edb2a9252c4aa7f4eacdac4312209d1c.zip
Bump version: 39.0.0 → 39.0.1v39.0.1
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 b2cff53b..9ac05104 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="39.0.0",
+ version="39.0.1",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"