diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2012-10-22 06:03:05 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-10-22 06:03:05 -0400 |
| commit | 69fa64f972dc95b9e9bb583229e20bb117fb7102 (patch) | |
| tree | 97d5b2965f6c140a236b9d7fd43152d993b6fda3 /distribute_setup.py | |
| parent | aa5ab9e447106af6b82a12e640b7fc226f9fcfc1 (diff) | |
| download | python-setuptools-git-69fa64f972dc95b9e9bb583229e20bb117fb7102.tar.gz | |
Bumped to 0.6.31 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 74ac06a235b4d51a69d5be1c494bf922c8093072
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 cebd80b1..f3e85a1e 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.30" +DEFAULT_VERSION = "0.6.31" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |
