diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-18 20:53:46 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-18 20:53:46 -0500 |
commit | ebb23247208e56ba422e7b80b4da813a8809ba02 (patch) | |
tree | 94090a39f3ecc601910b33f9335638c0d32c4e66 /ez_setup.py | |
parent | ca30fc307416f7a73e927ca709e8426792bdc71c (diff) | |
download | external_python_setuptools-ebb23247208e56ba422e7b80b4da813a8809ba02.tar.gz external_python_setuptools-ebb23247208e56ba422e7b80b4da813a8809ba02.tar.bz2 external_python_setuptools-ebb23247208e56ba422e7b80b4da813a8809ba02.zip |
Bumped to 8.2.1 in preparation for next release.8.2.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 e22ab674..a3e13059 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "8.3" +DEFAULT_VERSION = "8.2.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |