Skip to content

Commit

Permalink
Created prerelease for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Jun 7, 2023
1 parent 5420431 commit 82f138e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1.0"
__version__ = "2.1.1a0"
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.1.0"
__version__ = "2.1.1a0"
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.1.0"
version = "2.1.1a0"
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.1.0"
version = "2.1.1a0"
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 82f138e

Please sign in to comment.