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 57b3553 commit 25a6bcaCopy full SHA for 25a6bca
setup.py
@@ -55,7 +55,7 @@ def build_extensions(self):
55
setup(
56
name='uvloop',
57
description='Fast implementation of asyncio event loop on top of libuv',
58
- version='0.4.12',
+ version='0.4.13',
59
packages=['uvloop'],
60
cmdclass={'build_ext': libuv_build_ext},
61
ext_modules=[
0 commit comments