From 72e380cd776d0441d299734fdc814108ba65541f Mon Sep 17 00:00:00 2001 From: Daniil Fajnberg Date: Fri, 6 May 2022 18:57:45 +0200 Subject: [PATCH] Version increment --- docs/source/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 78832b3..cdbf36a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ copyright = '2022 Daniil Fajnberg' author = 'Daniil Fajnberg' # The full version, including alpha/beta/rc tags -release = '1.1.0' +release = '1.1.1' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index ecdf8f8..3681ced 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = asyncio-taskpool -version = 1.1.0 +version = 1.1.1 author = Daniil Fajnberg author_email = mail@daniil.fajnberg.de description = Dynamically manage pools of asyncio tasks