Bump version to 10.0.0.dev0

This commit is contained in:
Donald Stufft 2017-03-19 19:52:00 -04:00
parent 1ce8109424
commit 10fc43889d
1 changed files with 1 additions and 1 deletions

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