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 @@ 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