diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-14 15:00:11 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-14 15:00:11 -0500 |
commit | 8b1bf6c0d690e91c095a2390592fb31ccf2294cb (patch) | |
tree | a28bfa091027515907b43fe1f9618427cd385543 /ez_setup.py | |
parent | 79f4299c37142ecc9643e38632ab8ee6695e0f65 (diff) | |
download | external_python_setuptools-8b1bf6c0d690e91c095a2390592fb31ccf2294cb.tar.gz external_python_setuptools-8b1bf6c0d690e91c095a2390592fb31ccf2294cb.tar.bz2 external_python_setuptools-8b1bf6c0d690e91c095a2390592fb31ccf2294cb.zip |
Bumped to 1.4 in preparation for next release.1.4b1
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 0057e275..72d35a5b 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -29,7 +29,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "1.3.3" +DEFAULT_VERSION = "1.4" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |