From aad343a0c0ff65b1c3b510d9fa1782606599fb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Fri, 19 Apr 2024 12:34:05 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 +- gaitmap/__init__.py | 2 +- gaitmap_mad/gaitmap_mad/__init__.py | 2 +- gaitmap_mad/pyproject.toml | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9312c2..ee18cada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ For more information see the [Github Releases Page](https://github.com/mad-lab-fau/gaitmap/releases) of this project. -## [Unreleased] +## [2.4.0] - 2024-04-19 ### Added diff --git a/gaitmap/__init__.py b/gaitmap/__init__.py index c23c94f0..7881f2ed 100644 --- a/gaitmap/__init__.py +++ b/gaitmap/__init__.py @@ -1,3 +1,3 @@ """The Gait and Movement Analysis Package.""" -__version__ = "2.3.0" +__version__ = "2.4.0" diff --git a/gaitmap_mad/gaitmap_mad/__init__.py b/gaitmap_mad/gaitmap_mad/__init__.py index f28203fb..fb157bb2 100644 --- a/gaitmap_mad/gaitmap_mad/__init__.py +++ b/gaitmap_mad/gaitmap_mad/__init__.py @@ -8,4 +8,4 @@ Note, that we only support using the exact same version of the gaitmap library. """ -__version__ = "2.3.0" +__version__ = "2.4.0" diff --git a/gaitmap_mad/pyproject.toml b/gaitmap_mad/pyproject.toml index f14589f6..a862c722 100644 --- a/gaitmap_mad/pyproject.toml +++ b/gaitmap_mad/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gaitmap_mad" -version = "2.3.0" +version = "2.4.0" description = "Specific algorithm implementaions by the mad_lab" license = "AGPL-3.0" readme = "README.md" diff --git a/pyproject.toml b/pyproject.toml index 82023139..d57a8052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gaitmap" -version = "2.3.0" +version = "2.4.0" description = "The Gait and Movement Analysis Package - Your definite guide to reliable IMU based human movement analysis." license = "MIT" readme = "README.md"