diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-05 14:24:10 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-05 14:24:10 -0500 |
commit | 6fe9a6147ff850b64ffc241f65c2411f53fb34c4 (patch) | |
tree | 641800a56aebc5d4fe0a98fe250226fabf8aaf85 /ez_setup.py | |
parent | 94391e16a7c821df85a00c82a48b3326d7155fc4 (diff) | |
download | external_python_setuptools-6fe9a6147ff850b64ffc241f65c2411f53fb34c4.tar.gz external_python_setuptools-6fe9a6147ff850b64ffc241f65c2411f53fb34c4.tar.bz2 external_python_setuptools-6fe9a6147ff850b64ffc241f65c2411f53fb34c4.zip |
Bumped to 11.4 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 e3de2829..1b567ef7 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "11.3" +DEFAULT_VERSION = "11.4" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |