diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-03 11:38:19 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-03 11:38:19 -0500 |
commit | c92770125e3f86384d7a0020215dc7a7016af9f7 (patch) | |
tree | f53be2d24e2b6b0e4890ab53c36fd1d899bba5a0 /ez_setup.py | |
parent | 816b15494393c74219373a268c29a6460a0a636e (diff) | |
download | external_python_setuptools-c92770125e3f86384d7a0020215dc7a7016af9f7.tar.gz external_python_setuptools-c92770125e3f86384d7a0020215dc7a7016af9f7.tar.bz2 external_python_setuptools-c92770125e3f86384d7a0020215dc7a7016af9f7.zip |
Bumped to 1.4 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 64eaca55..72d35a5b 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -29,7 +29,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "1.3" +DEFAULT_VERSION = "1.4" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |