diff --git a/docs/source/conf.py b/docs/source/conf.py index 1ecb321..185d4b7 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.0.0-beta' +release = '1.0.2' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 6051110..303db93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = asyncio-taskpool -version = 1.0.1 +version = 1.0.2 author = Daniil Fajnberg author_email = mail@daniil.fajnberg.de description = Dynamically manage pools of asyncio tasks