From 4caa4af6ae275db9a499c27b66cc636cb9c596a1 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 14 Dec 2014 17:31:19 -0500 Subject: Bumped to 8.0.3 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 17f64cc6..70a9a7ee 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "8.0.2" +DEFAULT_VERSION = "8.0.3" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): -- cgit v1.2.1