diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-17 10:06:32 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-17 10:06:32 -0500 |
commit | 5219786775784fe0f8c3742e37e1889ad2c2307f (patch) | |
tree | 8f94780790b8c139d33a45a527e0b32e5e475f6b /ez_setup.py | |
parent | e72a9f07fc35f140531fb917a83962fc508a210e (diff) | |
download | external_python_setuptools-5219786775784fe0f8c3742e37e1889ad2c2307f.tar.gz external_python_setuptools-5219786775784fe0f8c3742e37e1889ad2c2307f.tar.bz2 external_python_setuptools-5219786775784fe0f8c3742e37e1889ad2c2307f.zip |
Bumped to 1.5 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 72d35a5b..e611b05f 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -29,7 +29,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "1.4" +DEFAULT_VERSION = "1.5" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |