From 8a551bdd476ca433bc8c708d5179714f8c141038 Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Wed, 22 Mar 2023 20:31:34 +0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.32.1=20=E2=86=92=200.32.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 36426ac..067ab7c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 0.32.1 +current_version = 0.32.2 tag = True tag_name = {new_version} diff --git a/README.rst b/README.rst index a7c64bf..0a43968 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Donald 0.32.1 +Donald 0.32.2 ############# .. _description: diff --git a/pyproject.toml b/pyproject.toml index f9638f9..869d9ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "donald" -version = "0.32.1" +version = "0.32.2" description = "Task manager for asyncio" readme = "README.rst" requires-python = ">=3.8"