diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 16:07:13 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 16:07:13 -0500 |
| commit | 1e5582e523ce94c205884548ef200ea3a29aff13 (patch) | |
| tree | 9c76dd809e98911ef778a6d7cde1954a2a7613d0 /ez_setup.py | |
| parent | 1b793f1d7fc075506cf16e9bdb1abfb610f0e151 (diff) | |
| download | python-setuptools-git-1e5582e523ce94c205884548ef200ea3a29aff13.tar.gz | |
Bumped to 0.7.4 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 ba0d781e..66822493 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -28,7 +28,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "0.7.3" +DEFAULT_VERSION = "0.7.4" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |
