Skip to content

Commit

Permalink
Prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Aug 3, 2023
1 parent 353d7da commit 10e389d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ For more information see the
[Github Releases Page](https://github.com/mad-lab-fau/gaitmap/releases) of this
project.

## [Unreleased]
## [2.3.0] - 2023-08-03

### Changed

- Example data is now automatically downloaded if it is not already present.
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.2.3"
__version__ = "2.3.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 @@ -7,4 +7,4 @@
library.
Note, that we only support using the exact same version of the gaitmap library.
"""
__version__ = "2.2.3"
__version__ = "2.3.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.2.3"
version = "2.3.0"
description = "Specific algorithm implementaions by the mad_lab"
license = "AGPL-3.0"
readme = "README.md"
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 = "gaitmap"
version = "2.2.3"
version = "2.3.0"
description = "The Gait and Movement Analysis Package - Your definite guide to reliable IMU based human movement analysis."
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 10e389d

Please sign in to comment.