Skip to content

Commit cc743d7

Browse files
committed
version bump 0.5.1
1 parent 535eca6 commit cc743d7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Version 0.5.1 - May 24, 2022
4+
### New Features
5+
- `biopsykit.classification`: `SklearnPipelinePermuter` now supports regression
6+
### Bugfixes
7+
- further small bugfixes
8+
39
## Version 0.5.0 - April 21, 2022
410
### New Features
511
- `biopsykit.stats`: Added new statistic features:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "biopsykit"
3-
version = "0.5.1-alpha.5"
3+
version = "0.5.1"
44
description = "A Python package for the analysis of biopsychological data."
55
authors = [
66
"Robert Richer <[email protected]>",

src/biopsykit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"utils",
3939
]
4040

41-
__version__ = "0.5.1-alpha.5"
41+
__version__ = "0.5.1"
4242

4343

4444
def version() -> None:

0 commit comments

Comments
 (0)