From 1b3388045b33bf711ac6ecfcf0c7df9e69fe082c Mon Sep 17 00:00:00 2001 From: olegm Date: Sun, 20 Sep 2020 12:12:50 +0300 Subject: [PATCH] version bump to 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6b2420..7c2f1f1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name='asyncio_pool', - version='0.5.1', + version='0.5.2', author='gistart', author_email='gistart@yandex.ru', description='Pool of asyncio coroutines with familiar interface',