Bump the version to 0.13.0

This commit is contained in:
Yury Selivanov 2019-08-13 18:36:42 -07:00
parent 10214b5359
commit a24dad22ae
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.13.0rc1'
__version__ = '0.13.0'
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')