Skip to content

Commit

Permalink
bump: version 0.29.0 → 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirVondukr committed Mar 20, 2024
1 parent 446982b commit 55e78a3
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 @@ -24,4 +24,4 @@
"inject",
]

__version__ = "0.29.0"
__version__ = "0.29.1"
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.29.0"
version = "0.29.1"
description = "Async dependency injection library"
requires-python = ">=3.10"
authors = [
Expand Down Expand Up @@ -84,7 +84,7 @@ fail_under = 100

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

0 comments on commit 55e78a3

Please sign in to comment.