Skip to content

Commit

Permalink
Bump the version to v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Apr 19, 2016
1 parent de89ae0 commit 91b35f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def build_extensions(self):
setup(
name='uvloop',
description='Fast implementation of asyncio event loop on top of libuv',
version='0.4.6',
version='0.4.7',
packages=['uvloop'],
cmdclass={'build_ext': libuv_build_ext},
ext_modules=[
Expand Down

0 comments on commit 91b35f5

Please sign in to comment.