summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-15 12:48:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-15 12:48:07 -0400
commitfa90c3a61b70e34958b40b0b660cdf2eb390d1cb (patch)
tree2458fe3068b8e851373b9889a722a72822a5b46a /ez_setup.py
parent7153802d8431966e2761c13ece5cee267dcb826b (diff)
downloadpython-setuptools-bitbucket-fa90c3a61b70e34958b40b0b660cdf2eb390d1cb.tar.gz
Bumped to 5.1 in preparation for next release.5.1
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 107ed690..10d299bf 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "5.0.3"
+DEFAULT_VERSION = "5.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):