From 0ab961b9bbd87966ba179a8a7556ffb7653b34cf Mon Sep 17 00:00:00 2001 From: WT-MM Date: Tue, 22 Oct 2024 10:05:11 -0700 Subject: [PATCH] Bump version to 0.0.22 --- actuator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actuator/__init__.py b/actuator/__init__.py index 7832cdd..93c28ef 100644 --- a/actuator/__init__.py +++ b/actuator/__init__.py @@ -1,6 +1,6 @@ """Defines the top-level API for the actuator package.""" -__version__ = "0.0.21" +__version__ = "0.0.22" from .rust.bindings import ( PyRobstrideMotorControlParams as RobstrideMotorControlParams,