diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-28 17:16:42 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-28 17:16:42 -0400 |
commit | a1bc841f097ac20ee5a6526c804398ffb3604c80 (patch) | |
tree | a316d134e298c7a4c44e81d5d6b4f6e7b3810af7 /ez_setup.py | |
parent | 715d09f7e80a6979939b9e72541277cadb4c6e97 (diff) | |
download | external_python_setuptools-a1bc841f097ac20ee5a6526c804398ffb3604c80.tar.gz external_python_setuptools-a1bc841f097ac20ee5a6526c804398ffb3604c80.tar.bz2 external_python_setuptools-a1bc841f097ac20ee5a6526c804398ffb3604c80.zip |
Bumped to 0.7b5 in preparation for next release.
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 acd7e39c..6f401d9d 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -28,7 +28,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "0.7b4" +DEFAULT_VERSION = "0.7b5" DEFAULT_URL = "http://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |