summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-31 19:17:29 -0400
committerGitHub <noreply@github.com>2017-07-31 19:17:29 -0400
commite7ff68af15593b3dff7a6555a35fc060f96f4f8c (patch)
treea7a988aa3b3f04652918c408cf55dfbcfe0d4aa9 /setup.py
parent49df713e676436e062bacde706b5084b958f0322 (diff)
parente265e4560965878531fea7856fb165a182908b8d (diff)
downloadpython-setuptools-git-36.2.6.tar.gz
Merge pull request #1116 from leorochael/fix-462v36.2.6
Better detect unpacked eggs
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 9571cfa9..7b29c53e 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.5",
+ version="36.2.6",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",