aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-15 18:40:35 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-03-15 18:40:35 -0400
commit16187afb3f532199f4951801d4e39939c560facc (patch)
tree82ca42e179ec169220ec8fbd251327dbc40a5f3f /setup.py
parent15fe9c1bf3158ce70d16073b045ef8eabcc4f833 (diff)
downloadexternal_python_setuptools-16187afb3f532199f4951801d4e39939c560facc.tar.gz
external_python_setuptools-16187afb3f532199f4951801d4e39939c560facc.tar.bz2
external_python_setuptools-16187afb3f532199f4951801d4e39939c560facc.zip
Bump version: 38.5.2 → 38.6.0v38.6.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 0e438d9a..ff064e33 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="38.5.2",
+ version="38.6.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",