diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 10:17:21 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 10:17:21 -0500 |
commit | f61070d6d216a3de70202b5c9cff9a125f1823b9 (patch) | |
tree | f7c14e290ea519af54559ecb6c9d9e075dd37575 /ez_setup.py | |
parent | 0f9c2c6ef32cc8c8d5e12a17e28f87942b755e2f (diff) | |
download | external_python_setuptools-f61070d6d216a3de70202b5c9cff9a125f1823b9.tar.gz external_python_setuptools-f61070d6d216a3de70202b5c9cff9a125f1823b9.tar.bz2 external_python_setuptools-f61070d6d216a3de70202b5c9cff9a125f1823b9.zip |
Bumped to 10.2 in preparation for next release.
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 5d5a723a..62ead23a 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "10.1" +DEFAULT_VERSION = "10.2" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |