diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 19:31:35 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 19:31:35 -0500 |
commit | fca0b24f0fa5b41d136b7083449c21ea2705d193 (patch) | |
tree | 1b4080177302b85c7c8d8fc92ff06ce025d677f3 /ez_setup.py | |
parent | e958dad9e656ac020ac62499c87f35fb2c0a4283 (diff) | |
download | external_python_setuptools-fca0b24f0fa5b41d136b7083449c21ea2705d193.tar.gz external_python_setuptools-fca0b24f0fa5b41d136b7083449c21ea2705d193.tar.bz2 external_python_setuptools-fca0b24f0fa5b41d136b7083449c21ea2705d193.zip |
Bumped to 2.1.2 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 b1621180..c768e3c7 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "2.1.1" +DEFAULT_VERSION = "2.1.2" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |