Skip to content

Commit

Permalink
version bump 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed May 24, 2022
1 parent 535eca6 commit cc743d7
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,5 +1,11 @@
# Changelog

## Version 0.5.1 - May 24, 2022
### New Features
- `biopsykit.classification`: `SklearnPipelinePermuter` now supports regression
### Bugfixes
- further small bugfixes

## Version 0.5.0 - April 21, 2022
### New Features
- `biopsykit.stats`: Added new statistic features:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "biopsykit"
version = "0.5.1-alpha.5"
version = "0.5.1"
description = "A Python package for the analysis of biopsychological data."
authors = [
"Robert Richer <robert.richer@fau.de>",
Expand Down
2 changes: 1 addition & 1 deletion src/biopsykit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"utils",
]

__version__ = "0.5.1-alpha.5"
__version__ = "0.5.1"


def version() -> None:
Expand Down

0 comments on commit cc743d7

Please sign in to comment.