aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-01-04 20:42:12 -0500
committerGitHub <noreply@github.com>2018-01-04 20:42:12 -0500
commitc0edf9323c1e124ae34f96ccfb7cf21df0f32252 (patch)
tree3e2c19e8371c90d3c0d7fbfb6d8122e47def47de /setup.py
parent7af7f8a68ea4b0f7d45a739273684832fa609935 (diff)
parent85747b8ccc2a2da7ecb59c6aff2561c052c463d2 (diff)
downloadexternal_python_setuptools-c0edf9323c1e124ae34f96ccfb7cf21df0f32252.tar.gz
external_python_setuptools-c0edf9323c1e124ae34f96ccfb7cf21df0f32252.tar.bz2
external_python_setuptools-c0edf9323c1e124ae34f96ccfb7cf21df0f32252.zip
Merge branch 'master' into master
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 19239465..ea0f94a8 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="37.0.0",
+ version="38.2.5",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",