diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 22:28:31 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 22:28:31 -0500 |
| commit | b76da40361a632e084ee556910fd392e679e31ef (patch) | |
| tree | 2445386df47887669f31d344f3fc9990159df87a /ez_setup.py | |
| parent | 93c74ef3ff9d787ffff90d6aceb60fd6f334d618 (diff) | |
| download | python-setuptools-git-b76da40361a632e084ee556910fd392e679e31ef.tar.gz | |
Bumped to 11.1 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 0466a650..740af722 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "11.0" +DEFAULT_VERSION = "11.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |
