Skip to content

Commit

Permalink
bump: version 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
1 parent 9306691 commit 1691f9c
Show file tree
Hide file tree
Showing 3 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 @@
## v0.9.1 (2023-10-30)

### Fix

- try with two workflows

## v0.9.0 (2023-10-30)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fail_under = 0

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.9.0"
version = "0.9.1"
version_files = [
"src/pandabear/__init__.py:__version__"
]
Expand Down
2 changes: 1 addition & 1 deletion src/pandabear/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.0"
__version__ = "0.9.1"


# Set default logging handler to avoid "No handler found" warnings.
Expand Down

0 comments on commit 1691f9c

Please sign in to comment.