We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad88546 commit 6502900Copy full SHA for 6502900
setup.py
@@ -53,7 +53,7 @@ def build_extensions(self):
53
setup(
54
name='uvloop',
55
description='Fast implementation of asyncio event loop on top of libuv',
56
- version='0.4.9',
+ version='0.4.10',
57
packages=['uvloop'],
58
cmdclass={'build_ext': libuv_build_ext},
59
ext_modules=[
0 commit comments