diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:36:21 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:36:21 -0400 |
| commit | 1803a5eab597a8f477c49c27114a77066253776e (patch) | |
| tree | 1ad9208741a77b03686e8bf2810566eb3f1d4f89 /ez_setup.py | |
| parent | 74457946e9a841c4174437842ee75f05f4256d7f (diff) | |
| download | python-setuptools-bitbucket-1803a5eab597a8f477c49c27114a77066253776e.tar.gz | |
Bump to 0.7b2 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 cb9fafb2..34882266 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -47,7 +47,7 @@ except ImportError: args = [quote(arg) for arg in args] return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 -DEFAULT_VERSION = "0.7b1" +DEFAULT_VERSION = "0.7b2" DEFAULT_URL = "http://pypi.python.org/packages/source/s/setuptools/" |
