aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-09 11:01:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-09 11:01:36 -0400
commit91c8bc673be3727f707f58251afa6a35bb6da3d6 (patch)
tree9036a1cadfbbd3d937454d1bd992f316244aa0e7 /ez_setup.py
parentffa2bfc63255aba2d74bbd89ee4c95be92d09b56 (diff)
downloadexternal_python_setuptools-91c8bc673be3727f707f58251afa6a35bb6da3d6.tar.gz
external_python_setuptools-91c8bc673be3727f707f58251afa6a35bb6da3d6.tar.bz2
external_python_setuptools-91c8bc673be3727f707f58251afa6a35bb6da3d6.zip
Bumped to 0.7.3 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 7f09dae4..ba0d781e 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -28,7 +28,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "0.7.2"
+DEFAULT_VERSION = "0.7.3"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):