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

bump version for development

This commit is contained in:
Donald Stufft 2015-08-20 18:16:49 -04:00
parent 11d8141c61
commit 3d245ea2d2

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