1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
This commit is contained in:
Marcus Smith 2013-07-01 22:05:47 -07:00
parent b3459b92d3
commit 978662b08b

View file

@ -14,7 +14,7 @@ from pip.commands import commands, get_similar_commands, get_summaries
# The version as used in the setup.py and the docs conf.py
__version__ = "1.4rc1"
__version__ = "1.4rc2"
def autocomplete():
"""Command and option completion for the main option parser (and options)