Skip to content

Commit

Permalink
bump: version 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2024
1 parent a65a442 commit 153f547
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.2 (2024-10-28)

### Fix

- test (#6)

## 0.2.1 (2024-10-28)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "test-build-release"
version = "0.2.1"
version = "0.2.2"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
Expand All @@ -11,7 +11,7 @@ dependencies = [
]

[tool.commitizen]
version = "0.2.1"
version = "0.2.2"
version_files = [
# "src/__version__.py",
"pyproject.toml:version"
Expand Down

0 comments on commit 153f547

Please sign in to comment.