diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-07 18:35:48 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-07 18:35:48 -0500 |
commit | f96d9006080ad816cd492b7769c3d3b1d9206f72 (patch) | |
tree | bbb499d618d2a5313adc3f5c2f6c7d037265ce2e /ez_setup.py | |
parent | 81df10c70a695360683d76daa1737ba3feb56f6f (diff) | |
parent | a8f60a73238ae67e0c5a04e437fd9f4edf08bbd6 (diff) | |
download | external_python_setuptools-f96d9006080ad816cd492b7769c3d3b1d9206f72.tar.gz external_python_setuptools-f96d9006080ad816cd492b7769c3d3b1d9206f72.tar.bz2 external_python_setuptools-f96d9006080ad816cd492b7769c3d3b1d9206f72.zip |
Merge with 11.3.1
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 388ff490..f1e4aeae 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "11.2" +DEFAULT_VERSION = "11.3.2" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |