aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-15 13:32:18 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-15 13:32:18 -0500
commitee2cd1464e2073ba37be8e3003536f2602d51b13 (patch)
tree651437246335bcc5aded277d31b6c57c53d5ee57 /ez_setup.py
parent088ab27715af882ba6cbebfcd688955fe3d19f9c (diff)
downloadexternal_python_setuptools-ee2cd1464e2073ba37be8e3003536f2602d51b13.tar.gz
external_python_setuptools-ee2cd1464e2073ba37be8e3003536f2602d51b13.tar.bz2
external_python_setuptools-ee2cd1464e2073ba37be8e3003536f2602d51b13.zip
Bumped to 8.0.4 in preparation for next release.
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):