Skip to content

Commit

Permalink
bump: version 0.34.0 → 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirVondukr committed Sep 17, 2024
1 parent 2bd3d53 commit e73dbaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## Unreleased
## 0.35.0 (2024-09-17)
2 changes: 1 addition & 1 deletion aioinject/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"Injected",
]

__version__ = "0.34.0"
__version__ = "0.35.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.34.0"
version = "0.35.0"
description = "Async dependency injection library"
requires-python = ">=3.10"
authors = [
Expand Down Expand Up @@ -85,7 +85,7 @@ fail_under = 100

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

0 comments on commit e73dbaf

Please sign in to comment.