From 25c72bbef851e76fc81dcc72285c6a78016d9db4 Mon Sep 17 00:00:00 2001 From: WT-MM Date: Wed, 30 Oct 2024 17:42:09 +0800 Subject: [PATCH] bump version to 0.0.2 --- imu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imu/__init__.py b/imu/__init__.py index c5e42fc..f022545 100644 --- a/imu/__init__.py +++ b/imu/__init__.py @@ -1,6 +1,6 @@ """Defines the top-level API for the IMU package.""" -__version__ = "0.0.1" +__version__ = "0.0.2" from .bindings import ( PyHexmoveImuData as HexmoveImuData,