Skip to content

Commit

Permalink
bump: version 0.20.1 → 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirVondukr committed Jan 24, 2024
1 parent 2853b54 commit 58f6cd4
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.20.1"
__version__ = "0.21.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.20.1"
version = "0.21.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.20.1"
version = "0.21.0"
version_files = [
"aioinject/__init__.py",
"pyproject.toml:version"
Expand Down

0 comments on commit 58f6cd4

Please sign in to comment.