diff options
| author | Ian Bicking <ianb@colorstudy.com> | 2010-04-16 15:19:58 -0500 |
|---|---|---|
| committer | Ian Bicking <ianb@colorstudy.com> | 2010-04-16 15:19:58 -0500 |
| commit | 1148661af7416f131af4e0be4fa706d141a86fe5 (patch) | |
| tree | 2a5660671fdfc49c180ebc31ecf670cc47b4cbd2 /bin | |
| parent | a6fa71464b54ea94ad3ad341e862396000181d98 (diff) | |
| download | virtualenv-1148661af7416f131af4e0be4fa706d141a86fe5.tar.gz | |
update pip to 0.7
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/refresh-support-files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/refresh-support-files.py b/bin/refresh-support-files.py index dcab406..88d7094 100755 --- a/bin/refresh-support-files.py +++ b/bin/refresh-support-files.py @@ -17,7 +17,7 @@ files = [ ('http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg', 'setuptools-0.6c11-py2.4.egg'), ('http://python-distribute.org/distribute_setup.py', 'distribute_setup.py'), ('http://pypi.python.org/packages/source/d/distribute/distribute-0.6.8.tar.gz', 'distribute-0.6.8.tar.gz'), - ('http://pypi.python.org/packages/source/p/pip/pip-0.6.1.tar.gz', 'pip-0.6.1.tar.gz'), + ('http://pypi.python.org/packages/source/p/pip/pip-0.7.tar.gz', 'pip-0.7.tar.gz'), ] def main(): |
