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

bump for release

This commit is contained in:
Donald Stufft 2015-06-01 21:28:40 -04:00
parent 8be3304d68
commit a9f63d9994

View file

@ -30,7 +30,7 @@ import pip.cmdoptions
cmdoptions = pip.cmdoptions
# The version as used in the setup.py and the docs conf.py
__version__ = "7.0.2"
__version__ = "7.0.3"
logger = logging.getLogger(__name__)