summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-14 23:15:55 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-03-14 23:15:55 -0400
commit9fb3ebb7470702513ba603e8011219f44b35537b (patch)
treec6381e34dc62f1fcb40513e60caca7e6bb5aa92b /ez_setup.py
parentb0737549cba2029ce058d7353ec2f9afb264322e (diff)
downloadpython-setuptools-git-9fb3ebb7470702513ba603e8011219f44b35537b.tar.gz
Bumped to 3.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 f7eb67f2..6a6adf7c 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -31,7 +31,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "3.2"
+DEFAULT_VERSION = "3.3"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):