aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-07 12:22:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-07 12:22:50 -0400
commit46d0e959989b92971f7d0999222b8aa476786b65 (patch)
treeeb50bd071f8ffb00d3413f3c62364d35586540b5 /ez_setup.py
parentf4feb24a9824b6f85a0125096c4f7de9baf48c90 (diff)
downloadexternal_python_setuptools-46d0e959989b92971f7d0999222b8aa476786b65.tar.gz
external_python_setuptools-46d0e959989b92971f7d0999222b8aa476786b65.tar.bz2
external_python_setuptools-46d0e959989b92971f7d0999222b8aa476786b65.zip
Bumped to 3.6 in preparation for next release.3.6
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 003e0619..bd7d262d 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -31,7 +31,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "3.5.3"
+DEFAULT_VERSION = "3.6"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):