diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-15 09:55:11 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-15 09:55:11 -0400 |
commit | 6c42630380e93d2945620bae9a351a506bf42b19 (patch) | |
tree | 30fe85dd01861dadce9f5bce7a215cd7e7100e72 /ez_setup.py | |
parent | 75f8f35ca991efcfdfcd4800e8e2f8241b9b1162 (diff) | |
download | external_python_setuptools-6c42630380e93d2945620bae9a351a506bf42b19.tar.gz external_python_setuptools-6c42630380e93d2945620bae9a351a506bf42b19.tar.bz2 external_python_setuptools-6c42630380e93d2945620bae9a351a506bf42b19.zip |
Bumped to 5.8 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 a34fa806..74c8224a 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "5.7" +DEFAULT_VERSION = "5.8" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |