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