aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-06 05:53:06 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-06 05:53:06 -0500
commitb1c13f660d92fa5d707d2e1ec7acafe7d665d753 (patch)
tree536946aa1bc7658b6055b5238e722bae4c80bc8d /setup.py
parent611ee7aab1df726030d18d6e22366877f29525ed (diff)
downloadexternal_python_setuptools-b1c13f660d92fa5d707d2e1ec7acafe7d665d753.tar.gz
external_python_setuptools-b1c13f660d92fa5d707d2e1ec7acafe7d665d753.tar.bz2
external_python_setuptools-b1c13f660d92fa5d707d2e1ec7acafe7d665d753.zip
Bump version: 38.5.0 → 38.5.1v38.5.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 090cf00e..a3123b57 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="38.5.0",
+ version="38.5.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",