Skip to content

Commit 9fdfebf

Browse files
committed
Version Bumb
1 parent 798d609 commit 9fdfebf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (+ the Migration Guide),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.6.0] - 2024-07-26
88

99
### Added
1010

mobgap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
PACKAGE_ROOT = Path(__file__).parent
66

7-
__version__ = "0.5.1"
7+
__version__ = "0.6.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mobgap"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "A Python implementation of the Mobilise-D algorithm pipeline for gait analysis using IMU worn at the lower back."
55
authors = [
66
"Arne Küderle <[email protected]>",

0 commit comments

Comments
 (0)