Bump for development

This commit is contained in:
Donald Stufft 2016-11-06 13:47:54 -05:00
parent 022248f648
commit bb796adbda
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
**9.1.0 (UNRELEASED)**
**9.0.1 (2016-11-06)**
* Correct the deprecation message when not specifying a --format so that it

View File

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