summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-15 13:32:59 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-15 13:32:59 -0500
commitfa32ede024a1429c376b3249d23273ffe9c235d4 (patch)
tree27c1f87e13d9aefceaa1b439b040721ff2378179 /ez_setup.py
parent512f72a690120a6b08ff99d2ed9065859586a698 (diff)
parentee2cd1464e2073ba37be8e3003536f2602d51b13 (diff)
downloadpython-setuptools-git-fa32ede024a1429c376b3249d23273ffe9c235d4.tar.gz
Merge with 8.0.3
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 70a9a7ee..15ceb5a5 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "8.0.3"
+DEFAULT_VERSION = "8.0.4"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):