diff options
| author | tarek <none@none> | 2009-11-01 20:21:40 +0100 |
|---|---|---|
| committer | tarek <none@none> | 2009-11-01 20:21:40 +0100 |
| commit | f7a2000adabf8cca6bc691b6c946ccdbb0c81749 (patch) | |
| tree | 115e152c3fb734537132088e6cc3b31247921f2d /distribute_setup.py | |
| parent | ac52a1f3984ce1c198a1ba4118611be3083ea5e3 (diff) | |
| download | python-setuptools-git-f7a2000adabf8cca6bc691b6c946ccdbb0c81749.tar.gz | |
started 0.6.9
--HG--
branch : distribute
extra : rebase_source : 2064f9b14f740b9dbd4bcfa61584d3667471d8d2
Diffstat (limited to 'distribute_setup.py')
| -rw-r--r-- | distribute_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute_setup.py b/distribute_setup.py index cfb3bbef..797a8d5c 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -46,7 +46,7 @@ except ImportError: args = [quote(arg) for arg in args] return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 -DEFAULT_VERSION = "0.6.8" +DEFAULT_VERSION = "0.6.9" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_PKG_INFO = """\ Metadata-Version: 1.0 |
