Skip to content

Commit

Permalink
bump: version 0.22.0 → 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirVondukr committed Jan 30, 2024
1 parent 3bddd54 commit 18eea92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aioinject/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
"Transient",
]

__version__ = "0.22.0"
__version__ = "0.23.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aioinject"
version = "0.22.0"
version = "0.23.0"
description = "Async dependency injection library"
requires-python = ">=3.10"
authors = [
Expand Down Expand Up @@ -78,7 +78,7 @@ fail_under = 100

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.22.0"
version = "0.23.0"
version_files = [
"aioinject/__init__.py",
"pyproject.toml:version"
Expand Down

0 comments on commit 18eea92

Please sign in to comment.