From 6502900a2f9d4bd1be9f35f098d567a126600274 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 3 May 2016 20:30:00 -0400 Subject: [PATCH] Bump version to v0.4.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[