From eba2f2e7cd3b4f6c83e20eb796dd4605135f25fb Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 28 Dec 2014 20:58:04 -0500 Subject: Bumped to 9.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 257ccd91..45432ab0 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "9.0" +DEFAULT_VERSION = "9.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): -- cgit v1.2.1