diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-28 20:58:04 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-28 20:58:04 -0500 |
commit | eba2f2e7cd3b4f6c83e20eb796dd4605135f25fb (patch) | |
tree | 440b27f75c92ffe8fe569581b8ad75e93c568663 /ez_setup.py | |
parent | b3f62d9d1962f3a40f0f29dee24e43985a160372 (diff) | |
download | external_python_setuptools-eba2f2e7cd3b4f6c83e20eb796dd4605135f25fb.tar.gz external_python_setuptools-eba2f2e7cd3b4f6c83e20eb796dd4605135f25fb.tar.bz2 external_python_setuptools-eba2f2e7cd3b4f6c83e20eb796dd4605135f25fb.zip |
Bumped to 9.1 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 257ccd91..45432ab0 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "9.0" +DEFAULT_VERSION = "9.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |