Skip to content

Commit

Permalink
bump version minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Aksei committed Sep 4, 2023
1 parent 2ffefa3 commit c04970b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "signialib"
version = "2.4.0"
version = "2.5.0"
description = "Data handling of the IMUs integrated into Signia hearing aids"
authors = ["Ann-Kristin Seifer <ann-kristin.seifer@fau.de>",
"Arne Küderle <arne.kuederle@fau.de>",
Expand Down
2 changes: 1 addition & 1 deletion signialib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
SIGNIA_CAL_PATH = Path(__file__).parent / "calibrations"

__all__ = ["Dataset", "Session", "SIGNIA_CAL_PATH"]
__version__ = "2.4.0"
__version__ = "2.5.0"

0 comments on commit c04970b

Please sign in to comment.