diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-05 08:45:43 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-05 08:45:43 -0400 |
| commit | 878a81c62061ab506ed1874d541cbeb714fe06fe (patch) | |
| tree | 0e54e0434ee6e1655d800bbb51cb57ec687d9fcb /distribute_setup.py | |
| parent | 06fcc7c974de667fa43abe247c4d6fa94e3c1936 (diff) | |
| download | external_python_setuptools-878a81c62061ab506ed1874d541cbeb714fe06fe.tar.gz external_python_setuptools-878a81c62061ab506ed1874d541cbeb714fe06fe.tar.bz2 external_python_setuptools-878a81c62061ab506ed1874d541cbeb714fe06fe.zip | |
Bumped to 0.6.39 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 3e627b0d100b8ae32e8dc995f2da0003bbd9c605
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 b2e045ad..f9dc2d74 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.38" +DEFAULT_VERSION = "0.6.39" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |
