Skip to content

Commit

Permalink
0.7.1.: bugfix in bp.io.biopac + updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Nov 30, 2022
1 parent a979737 commit f332c8d
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.7.1 - November 30, 2022
### Bugfixes
- `bp.io.biopac`:wrong index name for dataframe export when setting parameter `"index = None"`

## Version 0.7.0 - November 22, 2022
### Added
- `biopsykit.io`:
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.7.0"
version = "0.7.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.7.0"
__version__ = "0.7.1"


def version() -> None:
Expand Down

0 comments on commit f332c8d

Please sign in to comment.