Skip to content

Commit

Permalink
major version update: GSD, many new package dependencies (torch..)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aksei committed Oct 4, 2024
1 parent e2fdc37 commit 97b09e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eargait/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The Gait and Movement Analysis Package based on Ear-worn Sensor."""

__version__ = "2.11.0"
__version__ = "3.0.0"

from eargait.eargait import EarGait

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 = "eargait"
version = "2.11.0"
version = "3.0.0"
description = "*Eargait* provides a set of algorithms and functions to process IMU data recorded with ear-worn IMU sensors and to estimate characteristic gait parameters. "
authors = ["Ann-Kristin Seifer <ann-kristin.seifer@fau.de>",
"Arne Küderle <arne.kuederle@fau.de>"]
Expand Down

0 comments on commit 97b09e0

Please sign in to comment.