Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 1, 2024
1 parent 81e0c5b commit e48b364
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actuator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
"""Defines the top-level API for the actuator package."""

__version__ = "0.0.25"

from .bindings import (
PyRobstrideMotorConfig as RobstrideMotorConfig,
PyRobstrideMotorControlParams as RobstrideMotorControlParams,
PyRobstrideMotorFeedback as RobstrideMotorFeedback,
PyRobstrideMotors as RobstrideMotors,
PyRobstrideMotorsSupervisor as RobstrideMotorsSupervisor,
PyRobstrideMotorType as RobstrideMotorType,
get_version,
)

__version__ = get_version()

0 comments on commit e48b364

Please sign in to comment.