diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-02-16 03:12:35 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-02-16 03:12:35 -0500 |
| commit | 1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee (patch) | |
| tree | 1d327420db83255694082f91e921beb00b79721f /distribute_setup.py | |
| parent | f2b43352cc25c12115ed5bf4db86a6f88fc81a9f (diff) | |
| download | python-setuptools-git-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.tar.gz | |
Bumped to 0.6.36 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 82ea3f25bc7836db7398b0e602ef34baa1f2c34e
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 a447f7ec..f630bca4 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -49,7 +49,7 @@ except ImportError: args = [quote(arg) for arg in args] return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 -DEFAULT_VERSION = "0.6.35" +DEFAULT_VERSION = "0.6.36" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |
