1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

bump to the rc version

This commit is contained in:
Donald Stufft 2013-11-22 01:09:24 -05:00
parent 5598abbf1b
commit ebd8f045cf

View file

@ -19,7 +19,7 @@ import pip.cmdoptions
cmdoptions = pip.cmdoptions
# The version as used in the setup.py and the docs conf.py
__version__ = "1.5.dev1"
__version__ = "1.5rc1"
def autocomplete():