diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:46:47 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:46:47 -0400 |
commit | 87818a14ed9897a88737f287b634191337a2ed2a (patch) | |
tree | 4692fc0129dec2801e46394e396e259d8b179263 /ez_setup.py | |
parent | fa3e4622dfdce9b43ddb0a61a6714f047c31a28b (diff) | |
download | python-setuptools-git-0.7.tar.gz |
Bumped to 0.7 in preparation for next release.0.7
Diffstat (limited to 'ez_setup.py')
-rw-r--r-- | ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index 6f401d9d..0a4bf346 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -28,7 +28,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "0.7b5" +DEFAULT_VERSION = "0.7" DEFAULT_URL = "http://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |