diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 02:12:43 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 02:12:43 -0400 |
commit | 39f98548e30b5e333276994fcaea4e529be4e40c (patch) | |
tree | 7c447981aa6d8ddf6e6a63271165a107f5abf78c /ez_setup.py | |
parent | b67548a1ed3c0f606846303041e46bca76b635b6 (diff) | |
download | external_python_setuptools-39f98548e30b5e333276994fcaea4e529be4e40c.tar.gz external_python_setuptools-39f98548e30b5e333276994fcaea4e529be4e40c.tar.bz2 external_python_setuptools-39f98548e30b5e333276994fcaea4e529be4e40c.zip |
Bumped to 6.0 in preparation for next release.6.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 0fd1c872..f4a1aaec 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "5.9" +DEFAULT_VERSION = "6.0" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |