diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 22:27:51 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 22:27:51 -0500 |
commit | 8217189c27787731912e8c8281a7d713e8682095 (patch) | |
tree | 9a81e0ae14e966b02864ff69240e0c61bccf4f5b /ez_setup.py | |
parent | ae8816bb3febff152a08b7c80d0952059cd34b54 (diff) | |
download | external_python_setuptools-8217189c27787731912e8c8281a7d713e8682095.tar.gz external_python_setuptools-8217189c27787731912e8c8281a7d713e8682095.tar.bz2 external_python_setuptools-8217189c27787731912e8c8281a7d713e8682095.zip |
Bumped to 11.0 in preparation for next release.11.0
Diffstat (limited to 'ez_setup.py')
-rw-r--r-- | ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index a9aae11f..0466a650 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "10.2.2" +DEFAULT_VERSION = "11.0" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |