Skip to content

Commit

Permalink
Bump the version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed May 30, 2018
1 parent 500bcd4 commit 33cb17e
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.9.2.dev0'
__version__ = '0.10.0'
__all__ = ('new_event_loop', 'EventLoopPolicy')


Expand Down

0 comments on commit 33cb17e

Please sign in to comment.