summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-15 19:49:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-15 19:49:02 -0500
commit843209a8f882e75fe418100cacdc35c6372f11a0 (patch)
treeefd4c88da92c114a4505b5872b1bc8a96be3506b /ez_setup.py
parentd671798374eaf3064d080323fe3b6d6e6208bef3 (diff)
downloadpython-setuptools-bitbucket-843209a8f882e75fe418100cacdc35c6372f11a0.tar.gz
Bumped to 19.1 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 eacaff17..da0f034d 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "19.0"
+DEFAULT_VERSION = "19.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir