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