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 35ea8f8 commit 8e93e3bCopy full SHA for 8e93e3b
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.8',
+ version='0.4.9',
57
packages=['uvloop'],
58
cmdclass={'build_ext': libuv_build_ext},
59
ext_modules=[
0 commit comments