diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-07 12:22:50 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-07 12:22:50 -0400 |
| commit | b9d8492ae1e54d261efdb0c694b316619258d3fe (patch) | |
| tree | 925d951b7e42ca0d176f004866165ee9eef2953f /ez_setup.py | |
| parent | 5fc6324507adca632eea77c4fa880a7e94aa8b73 (diff) | |
| download | python-setuptools-bitbucket-b9d8492ae1e54d261efdb0c694b316619258d3fe.tar.gz | |
Bumped to 3.6 in preparation for next release.3.6
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 003e0619..bd7d262d 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -31,7 +31,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "3.5.3" +DEFAULT_VERSION = "3.6" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |
