From 21ec3374c71b9c8f227b11b227e8154503cf7728 Mon Sep 17 00:00:00 2001 From: Wesley Maa <57124298+WT-MM@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:07:39 -0700 Subject: [PATCH] Bump version to 0.0.22 (#35) --- 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,