From 9a6a037f28a03e4fc186b43d58c50652434bce60 Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Thu, 24 Oct 2024 16:23:29 -0700 Subject: [PATCH] un-bump version --- actuator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actuator/__init__.py b/actuator/__init__.py index 2b5a6f7..0928e69 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.25" +__version__ = "0.0.24" from .bindings import ( PyRobstrideMotorConfig as RobstrideMotorConfig,