diff --git a/CHANGELOG.md b/CHANGELOG.md index ca331be..646922e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.9.3 (2023-12-04) + +### Fix + +- Relax numpy version requirement + ## v0.9.2 (2023-10-30) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 401f175..43e9594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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__" ] diff --git a/src/pandabear/__init__.py b/src/pandabear/__init__.py index 0d4f46b..f3f504b 100644 --- a/src/pandabear/__init__.py +++ b/src/pandabear/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.2" +__version__ = "0.9.3" # Set default logging handler to avoid "No handler found" warnings.