mirror of https://github.com/MagicStack/uvloop.git
Bump the version to 0.14.0
This commit is contained in:
parent
9b4bd2ea4a
commit
0e72f817eb
|
@ -7,7 +7,7 @@ from . import _patch # NOQA
|
||||||
from .loop import Loop as __BaseLoop # NOQA
|
from .loop import Loop as __BaseLoop # NOQA
|
||||||
|
|
||||||
|
|
||||||
__version__ = '0.14.0rc2'
|
__version__ = '0.14.0'
|
||||||
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')
|
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue