We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3174b7d commit 7a0f8fbCopy full SHA for 7a0f8fb
uvloop/__init__.py
@@ -7,7 +7,7 @@
7
from .loop import Loop as __BaseLoop # NOQA
8
9
10
-__version__ = '0.13.0.dev0'
+__version__ = '0.13.0rc1'
11
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')
12
13
0 commit comments