diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-18 07:40:48 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-18 07:40:48 -0400 |
commit | 394ea0c104e7da5cf583680b418c3e5e4b9858d4 (patch) | |
tree | 432ac70f9114387a7f177b747b58564c00c32bd0 /ez_setup.py | |
parent | ea26aa25a738d9c805fd5b44b053138f0e560c20 (diff) | |
download | external_python_setuptools-394ea0c104e7da5cf583680b418c3e5e4b9858d4.tar.gz external_python_setuptools-394ea0c104e7da5cf583680b418c3e5e4b9858d4.tar.bz2 external_python_setuptools-394ea0c104e7da5cf583680b418c3e5e4b9858d4.zip |
Bumped to 5.9 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 74c8224a..0fd1c872 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "5.8" +DEFAULT_VERSION = "5.9" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |