diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2012-10-21 04:01:36 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-10-21 04:01:36 -0400 |
| commit | ae5c5639d3704b1c4caece39839b6135fe8381b7 (patch) | |
| tree | daf533458c676d400fcb9cb4790fb67ef4e8ef3f /distribute_setup.py | |
| parent | 724ffeddce8c6f302b84b2112bfc76971c7da4f7 (diff) | |
| download | python-setuptools-git-ae5c5639d3704b1c4caece39839b6135fe8381b7.tar.gz | |
Bumped to 0.6.30 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 2181b40073d9790f489b692900f53c5efb3c34cd
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 23d2a7d5..482f2f20 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -48,7 +48,7 @@ except ImportError: args = [quote(arg) for arg in args] return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 -DEFAULT_VERSION = "0.6.29" +DEFAULT_VERSION = "0.6.30" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |
