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',