Skip to content

Commit

Permalink
Bump the version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Jan 11, 2019
1 parent 7ef3c18 commit 1f0b30a
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.0rc2'
__version__ = '0.12.0'
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')


Expand Down

0 comments on commit 1f0b30a

Please sign in to comment.