diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-19 13:35:22 +0100 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-19 13:35:22 +0100 |
| commit | 8772accf84d424f6cc848567fde0747716448030 (patch) | |
| tree | d1a13b0d22e53c070a9f75c30e3d219f049138ea /ez_setup.py | |
| parent | 6732c94e80d371cf69031d9c49637bf9b311f4da (diff) | |
| download | python-setuptools-git-8772accf84d424f6cc848567fde0747716448030.tar.gz | |
Bumped to 7.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 a523401e..86647613 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "7.0" +DEFAULT_VERSION = "7.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |
