Skip to content

Commit

Permalink
Bump the version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Feb 11, 2019
1 parent 34b7320 commit 274e25c
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.12.0'
__version__ = '0.12.1'
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')


Expand Down

0 comments on commit 274e25c

Please sign in to comment.