Skip to content

Commit

Permalink
Bump version to v0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed May 4, 2016
1 parent f27f985 commit 01007e1
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.10',
version='0.4.11',
packages=['uvloop'],
cmdclass={'build_ext': libuv_build_ext},
ext_modules=[
Expand Down

0 comments on commit 01007e1

Please sign in to comment.