From ccc570ac00b66b799cd8e626543340786df1bcd2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 2 Jun 2013 11:37:26 -0400 Subject: Bumped to 0.7.1 in preparation for next release. --- ez_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ez_setup.py') diff --git a/ez_setup.py b/ez_setup.py index 0a4bf346..5a0af32c 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -28,7 +28,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "0.7" +DEFAULT_VERSION = "0.7.1" DEFAULT_URL = "http://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): -- cgit v1.2.3