From 0a9f4f05fd110d6676de8cd58506499a1ac00aad Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 14 Aug 2014 12:57:25 -0400 Subject: Bumped to 5.6 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 cf3621ca..4b9eee61 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "5.5.2" +DEFAULT_VERSION = "5.6" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): -- cgit v1.2.1