From 542e698a129d011bbdac991c84017b28b959feb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Thu, 31 Oct 2024 11:04:09 +0100 Subject: [PATCH] Ccorrect version new --- imucal/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imucal/__init__.py b/imucal/__init__.py index d4528c0..2a568f2 100644 --- a/imucal/__init__.py +++ b/imucal/__init__.py @@ -11,7 +11,7 @@ ) from imucal.ferraris_calibration_info import FerrarisCalibrationInfo, TurntableCalibrationInfo -__version__ = "2.6.0" +__version__ = "2.5.0" __all__ = [ "CalibrationInfo", diff --git a/pyproject.toml b/pyproject.toml index 3b9113e..39388f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",