Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed May 23, 2024
1 parent 606450d commit 6bf18fb
Show file tree
Hide file tree
Showing 6 changed files with 776 additions and 868 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ For more information see the
[Github Releases Page](https://github.com/mad-lab-fau/gaitmap/releases) of this
project.

## [Unreleased] -
## [2.5.0] - 2024-05-23

### Changed

Looser version constrains

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion gaitmap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The Gait and Movement Analysis Package."""

__version__ = "2.4.0"
__version__ = "2.5.0"
2 changes: 1 addition & 1 deletion gaitmap_mad/gaitmap_mad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
Note, that we only support using the exact same version of the gaitmap library.
"""

__version__ = "2.4.0"
__version__ = "2.5.0"
2 changes: 1 addition & 1 deletion gaitmap_mad/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gaitmap_mad"
version = "2.4.0"
version = "2.5.0"
description = "Specific algorithm implementaions by the mad_lab"
license = "AGPL-3.0"
readme = "README.md"
Expand Down
Loading

0 comments on commit 6bf18fb

Please sign in to comment.