diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-30 12:40:16 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-30 12:40:16 -0500 |
commit | 8029be0e2f76eb600719f74271850327aa5c1463 (patch) | |
tree | e43a088a44ad520213ff27e915367b9fd0736c6f /ez_setup.py | |
parent | 2982a56628f1ca521b1335298f22a5c6e370e299 (diff) | |
download | external_python_setuptools-8029be0e2f76eb600719f74271850327aa5c1463.tar.gz external_python_setuptools-8029be0e2f76eb600719f74271850327aa5c1463.tar.bz2 external_python_setuptools-8029be0e2f76eb600719f74271850327aa5c1463.zip |
Bumped to 10.0.1 in preparation for next release.10.0.1
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 5d5a723a..d0174d9a 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "10.1" +DEFAULT_VERSION = "10.0.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |