aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-17 10:06:32 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-17 10:06:32 -0500
commit5219786775784fe0f8c3742e37e1889ad2c2307f (patch)
tree8f94780790b8c139d33a45a527e0b32e5e475f6b /ez_setup.py
parente72a9f07fc35f140531fb917a83962fc508a210e (diff)
downloadexternal_python_setuptools-5219786775784fe0f8c3742e37e1889ad2c2307f.tar.gz
external_python_setuptools-5219786775784fe0f8c3742e37e1889ad2c2307f.tar.bz2
external_python_setuptools-5219786775784fe0f8c3742e37e1889ad2c2307f.zip
Bumped to 1.5 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 72d35a5b..e611b05f 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -29,7 +29,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "1.4"
+DEFAULT_VERSION = "1.5"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):