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,