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

bump for development

This commit is contained in:
Donald Stufft 2015-08-22 18:58:01 -04:00
parent fa63021e54
commit 0aa65181ad

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.1.2"
__version__ = "7.2.0.dev0"
logger = logging.getLogger(__name__)