diff options
| author | tarek <none@none> | 2009-09-12 09:06:05 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-09-12 09:06:05 +0200 |
| commit | 4fba5767d7d1d844ba0c27d0e3bb0931b621d8bd (patch) | |
| tree | 675d6a0e0b94ad4ea2f9317689b8fe6cb64d94b7 /distribute_setup.py | |
| parent | 299a9d2f356de19fc6df0952655c79817aa2c1b1 (diff) | |
| download | python-setuptools-git-4fba5767d7d1d844ba0c27d0e3bb0931b621d8bd.tar.gz | |
next version is 0.6.2
--HG--
branch : distribute
extra : rebase_source : 211d56770b60fcb1f69b75b25472440e814106c3
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 060795ee..e554c9cb 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -26,7 +26,7 @@ from distutils import log import subprocess IS_JYTHON = sys.platform.startswith('java') -DEFAULT_VERSION = "0.6.1" +DEFAULT_VERSION = "0.6.2" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" def quote(c): |
