diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 05:29:28 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 05:29:28 -0500 |
| commit | 6d3b451a1084419d7cbfa09cfc59452bb5f983bd (patch) | |
| tree | de10ba3cc2f3412202fcd06427f9446d54061bf7 /ez_setup.py | |
| parent | d404db9c746c793109a43f286570faacf6d9d55c (diff) | |
| download | python-setuptools-git-6d3b451a1084419d7cbfa09cfc59452bb5f983bd.tar.gz | |
Bumped to 3.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 e4a357eb..324c0774 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -31,7 +31,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "3.0" +DEFAULT_VERSION = "3.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |
