From c90d31ae9cdf3ae324a98f7c407346d6f93ac6ca Mon Sep 17 00:00:00 2001 From: Doctor Date: Wed, 13 Dec 2023 16:43:22 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.15.2=20=E2=86=92=200.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aioinject/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aioinject/__init__.py b/aioinject/__init__.py index b866805..9e964de 100644 --- a/aioinject/__init__.py +++ b/aioinject/__init__.py @@ -18,4 +18,4 @@ "inject", ] -__version__ = "0.15.2" +__version__ = "0.16.0" diff --git a/pyproject.toml b/pyproject.toml index b7d55f1..c66e0e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aioinject" -version = "0.15.2" +version = "0.16.0" description = "Async dependency injection library" requires-python = ">=3.10" authors = [ @@ -79,7 +79,7 @@ fail_under = 100 [tool.commitizen] name = "cz_conventional_commits" -version = "0.15.2" +version = "0.16.0" version_files = [ "aioinject/__init__.py", "pyproject.toml:version"