diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 19:38:34 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 19:38:34 -0500 |
commit | e26fe38be5fd14ebff95ccb3d24765a0e81fd197 (patch) | |
tree | f773a4c89f796595b7df8ca3230f602025103d11 | |
parent | 08f1c206c294d02bab2341dca600dc557c2762f3 (diff) | |
download | external_python_setuptools-e26fe38be5fd14ebff95ccb3d24765a0e81fd197.tar.gz external_python_setuptools-e26fe38be5fd14ebff95ccb3d24765a0e81fd197.tar.bz2 external_python_setuptools-e26fe38be5fd14ebff95ccb3d24765a0e81fd197.zip |
Bumped to 2.2 in preparation for next release.2.2b1
-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 c768e3c7..1420c114 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "2.1.2" +DEFAULT_VERSION = "2.2" 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 f8115612..2b9ccf17 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '2.1.2' +__version__ = '2.2' |