Skip to content

Commit

Permalink
bump: version 0.9.2 → 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2023
1 parent 744c694 commit 55cb294
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.3 (2023-12-04)

### Fix

- Relax numpy version requirement

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

### Fix
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.2"
version = "0.9.3"
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.2"
__version__ = "0.9.3"


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

0 comments on commit 55cb294

Please sign in to comment.