Skip to content

Commit 9b4bd2e

Browse files
committed
Bump the version to 0.14.0rc2
1 parent 6fd6264 commit 9b4bd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .loop import Loop as __BaseLoop # NOQA
88

99

10-
__version__ = '0.14.0rc1'
10+
__version__ = '0.14.0rc2'
1111
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')
1212

1313

0 commit comments

Comments
 (0)