Skip to content

Commit

Permalink
Bump to 0.14.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Oct 25, 2019
1 parent 695a520 commit 679fde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvloop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .loop import Loop as __BaseLoop # NOQA


__version__ = '0.14.0.dev0'
__version__ = '0.14.0rc1'
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')


Expand Down

0 comments on commit 679fde6

Please sign in to comment.