Bump 0.10 version to 0.10.1.dev0

This commit is contained in:
Yury Selivanov 2018-06-04 12:37:20 -04:00
parent b643cf8583
commit 2314c35d23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from . import _patch # NOQA
from .loop import Loop as __BaseLoop # NOQA
__version__ = '0.10.1'
__version__ = '0.10.1.dev0'
__all__ = ('new_event_loop', 'EventLoopPolicy')