diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-12 14:13:13 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-12 14:13:13 -0400 |
| commit | 3ab400cd437e4839cb8d4cc70dd5889a5b0c7469 (patch) | |
| tree | 2ede7903b19cda5359f01424afc0d459bdd9da6c /distribute_setup.py | |
| parent | 8aeb4633600f478ad3ff743b58df55d6c22cd2cf (diff) | |
| download | python-setuptools-git-3ab400cd437e4839cb8d4cc70dd5889a5b0c7469.tar.gz | |
Bumped to 0.6.40 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 355bf27e11fdf906de100c2a47145d44fac082cc
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 f9dc2d74..c098b9d2 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.39" +DEFAULT_VERSION = "0.6.40" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |
