diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-06 09:37:25 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-06 09:37:25 -0400 |
| commit | 4c466d70b1625083222056be277b575e0446f185 (patch) | |
| tree | f5503d03d8f72e84def4d1e151e373447cc6dee3 /ez_setup.py | |
| parent | eb61edf878f2c22cf88209bc241f46c37c684d69 (diff) | |
| download | python-setuptools-git-4c466d70b1625083222056be277b575e0446f185.tar.gz | |
Bumped to 1.1.3 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 62bcd0a7..01fcb9d2 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -29,7 +29,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "1.1.2" +DEFAULT_VERSION = "1.1.3" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |
