diff --git a/setup.py b/setup.py index 068e72f..73cfa6d 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ class libuv_build_ext(build_ext): setup( name='uvloop', description='Fast implementation of asyncio event loop on top of libuv', - version='0.4.9', + version='0.4.10', packages=['uvloop'], cmdclass={'build_ext': libuv_build_ext}, ext_modules=[