diff --git a/CHANGELOG.md b/CHANGELOG.md index 454c566..471b73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version 0.10.1 - Dec 01, 2023 +### Bugfixes +- `biopsykit.classification.model_selection.SklearnPipelinePermuter`: fixed bug that lead to the incorrect flattening + of numpy arrays not due to a newer numpy version + ## Version 0.10.0 - Nov 28, 2023 ### Changes - `biopsykit.classification.model_selection.SklearnPipelinePermuter`: diff --git a/pyproject.toml b/pyproject.toml index 4c59adb..c15735a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biopsykit" -version = "0.10.0" +version = "0.10.1" description = "A Python package for the analysis of biopsychological data." authors = [ "Robert Richer ", diff --git a/src/biopsykit/__init__.py b/src/biopsykit/__init__.py index 87ee085..1970df2 100644 --- a/src/biopsykit/__init__.py +++ b/src/biopsykit/__init__.py @@ -30,7 +30,7 @@ "utils", ] -__version__ = "0.10.0" +__version__ = "0.10.1" def version() -> None: