diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-11 19:36:49 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-11 19:36:49 -0400 |
commit | 7b8309661487c881eaeed7148481d9f0ff21d368 (patch) | |
tree | b9081ce6a3f263de1898f2b6fae0340f93de8b61 /ez_setup.py | |
parent | 75767f62ffcc886e29f2759fe56f4861ca3f8559 (diff) | |
download | external_python_setuptools-7b8309661487c881eaeed7148481d9f0ff21d368.tar.gz external_python_setuptools-7b8309661487c881eaeed7148481d9f0ff21d368.tar.bz2 external_python_setuptools-7b8309661487c881eaeed7148481d9f0ff21d368.zip |
Bumped to 6.1 in preparation for next release.6.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 c9bb0393..a693849f 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "6.0.3" +DEFAULT_VERSION = "6.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |