diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-17 21:08:57 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-17 21:08:57 -0400 |
| commit | d748f5e7c9107123704a0907bdb87a2eb5e149a8 (patch) | |
| tree | a9ee2f8f1c449290a3521ac570e255213d0b9349 /ez_setup.py | |
| parent | 55d6e17857d97eb80ef1eb5905227b1f3d71e627 (diff) | |
| download | python-setuptools-git-d748f5e7c9107123704a0907bdb87a2eb5e149a8.tar.gz | |
Bumped to 0.9.7 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 25354721..22f14f73 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -28,7 +28,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "0.9.6" +DEFAULT_VERSION = "0.9.7" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |
