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 | |
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
-rw-r--r-- | ez_setup.py | 2 | ||||
-rw-r--r-- | setuptools/version.py | 2 |
2 files changed, 2 insertions, 2 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): diff --git a/setuptools/version.py b/setuptools/version.py index de8c596a..7b2b8ec7 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '8.3' +__version__ = '8.2.1' |