mirror of https://github.com/MagicStack/uvloop.git
Bump the version to v0.11.3
This commit is contained in:
parent
1bbd6a828f
commit
a9ac618962
|
@ -7,7 +7,7 @@ from . import _patch # NOQA
|
|||
from .loop import Loop as __BaseLoop # NOQA
|
||||
|
||||
|
||||
__version__ = '0.11.3.dev0'
|
||||
__version__ = '0.11.3'
|
||||
__all__ = ('new_event_loop', 'EventLoopPolicy')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue