diff options
author | tarek <none@none> | 2009-09-27 04:22:10 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-09-27 04:22:10 +0200 |
commit | 893c3f0078debd2585eb847a547b1748133417ab (patch) | |
tree | 3cb7853b6b7ae3282c563bf897919c6164a6627b /distribute_setup.py | |
parent | ca0acdd53dbcb49e0f2c2f6c78c0312a2e304bce (diff) | |
download | external_python_setuptools-893c3f0078debd2585eb847a547b1748133417ab.tar.gz external_python_setuptools-893c3f0078debd2585eb847a547b1748133417ab.tar.bz2 external_python_setuptools-893c3f0078debd2585eb847a547b1748133417ab.zip |
starting 0.6.4
--HG--
branch : distribute
extra : rebase_source : c36bab6b9c5d0134caef0a0cbf7cdbe79ec781d7
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 b5cce268..e54b0ca0 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.3" +DEFAULT_VERSION = "0.6.4" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_PKG_INFO = """\ Metadata-Version: 1.0 |