summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-17 21:08:57 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-17 21:08:57 -0400
commitd748f5e7c9107123704a0907bdb87a2eb5e149a8 (patch)
treea9ee2f8f1c449290a3521ac570e255213d0b9349 /ez_setup.py
parent55d6e17857d97eb80ef1eb5905227b1f3d71e627 (diff)
downloadpython-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.py2
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):