summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-04 09:43:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-04 09:43:06 -0400
commit3e0a6ce7196e68c0e9beefd53a0e52cee968eefe (patch)
tree7e61ce3246b1e9d27f0692fb9de5254e8cccae7f /ez_setup.py
parent44c5e9e0964152cf4e4f1ecc9c8cee5e752c0d65 (diff)
downloadpython-setuptools-bitbucket-3e0a6ce7196e68c0e9beefd53a0e52cee968eefe.tar.gz
Bumped to 3.5.1 in preparation for next release.3.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 e5e6e56f..23ea9a2b 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -31,7 +31,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "3.6"
+DEFAULT_VERSION = "3.5.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):