From 97f8654b8d9622c842feba2955e8ad4190891ef9 Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Wed, 22 Mar 2023 20:43:09 +0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.32.2=20=E2=86=92=200.32.3?= 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 067ab7c..abf294e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 0.32.2 +current_version = 0.32.3 tag = True tag_name = {new_version} diff --git a/README.rst b/README.rst index 0a43968..c5cd56e 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Donald 0.32.2 +Donald 0.32.3 ############# .. _description: diff --git a/pyproject.toml b/pyproject.toml index 03b3ab1..0a230f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "donald" -version = "0.32.2" +version = "0.32.3" description = "Task manager for asyncio" readme = "README.rst" requires-python = ">=3.8"