Bump the version to 0.15.0.dev0

This commit is contained in:
Yury Selivanov 2019-10-28 23:27:03 -04:00
parent 8beacd2656
commit 35f82506d1
No known key found for this signature in database
GPG Key ID: E6ABA2A46889EBBB
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.14.0.dev0'
__version__ = '0.15.0.dev0'
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')