We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd6264 commit 9b4bd2eCopy full SHA for 9b4bd2e
uvloop/__init__.py
@@ -7,7 +7,7 @@
7
from .loop import Loop as __BaseLoop # NOQA
8
9
10
-__version__ = '0.14.0rc1'
+__version__ = '0.14.0rc2'
11
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')
12
13
0 commit comments