diff --git a/eargait/__init__.py b/eargait/__init__.py index 7d8a6f9..794b67e 100644 --- a/eargait/__init__.py +++ b/eargait/__init__.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 97f778b..acd8a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Arne Küderle "]