summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-12-24 19:18:59 -0600
committerGitHub <noreply@github.com>2017-12-24 19:18:59 -0600
commit1ad2c11ca1d8535c61215b184d18bf713ef813c9 (patch)
treed59aa23daa67db73200b82c7c39e1a117fd719c7 /setup.py
parente001996ab483c7c725e8894f560fb84c43150bcc (diff)
parent0d0baed8da468b2cedb9aa6caf60dc15fdeebd34 (diff)
downloadpython-setuptools-git-1ad2c11ca1d8535c61215b184d18bf713ef813c9.tar.gz
Merge pull request #1232 from duggelz/dgreiman/issue118838.2.5
Fix trailing slash handling in pkg_resources.ZipProvider
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 0e3e42c5..af799e46 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="38.2.4",
+ version="38.2.5",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",