From 2ee10b6e09f3f16a4b1049c548a47105a5d49c75 Mon Sep 17 00:00:00 2001 From: Darren Weber Date: Tue, 27 Jun 2023 20:27:58 -0700 Subject: [PATCH] Bump release 0.22.1 --- VERSION.md | 2 +- aio_aws/version.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.md b/VERSION.md index a7f3fc2..a04c2de 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -0.22.0 \ No newline at end of file +0.22.1 \ No newline at end of file diff --git a/aio_aws/version.py b/aio_aws/version.py index f0fbdb2..5b345f7 100644 --- a/aio_aws/version.py +++ b/aio_aws/version.py @@ -18,4 +18,4 @@ See also .versionner.rc """ -__version__ = "0.22.0" +__version__ = "0.22.1" diff --git a/docs/conf.py b/docs/conf.py index 1b524fd..b484daa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = "0.22" # The full version, including alpha/beta/rc tags -release = "0.22.0" +release = "0.22.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0678f63..32fcbf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-aws" -version = "0.22.0" +version = "0.22.1" description = "aio-aws" authors = [ "Darren Weber ",