Skip to content

Commit

Permalink
Ccorrect version new
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Oct 31, 2024
1 parent f79212c commit 542e698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imucal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)
from imucal.ferraris_calibration_info import FerrarisCalibrationInfo, TurntableCalibrationInfo

__version__ = "2.6.0"
__version__ = "2.5.0"

__all__ = [
"CalibrationInfo",
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 = "imucal"
version = "2.6.0"
version = "2.5.0"
description = "A Python library to calibrate 6 DOF IMUs"
authors = [
"Arne Küderle <[email protected]>",
Expand Down

0 comments on commit 542e698

Please sign in to comment.