Skip to content

Commit

Permalink
v0.12.2 small bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Jan 14, 2025
1 parent 1c92490 commit d09af16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.12.2 - January 14, 2025
### Bugfix
- small bugfixes in PEP Algorithms and Biopac importer (improved error handling)

## Version 0.12.1 - January 03, 2025
### Bugfix
- Updated `pandas` version constraint from "^1" to "^2" and updated all code and test cases to be compatible with newer
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.12.1"
version = "0.12.2"
description = "A Python package for the analysis of biopsychological data."
authors = [
"Robert Richer <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/biopsykit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"utils",
]

__version__ = "0.12.1"
__version__ = "0.12.2"


def version() -> None:
Expand Down

0 comments on commit d09af16

Please sign in to comment.