Skip to content

Commit

Permalink
Finish v0.9.0rc3
Browse files Browse the repository at this point in the history
- add an import to make motor modes easier to import
  • Loading branch information
SillyFreak committed Feb 23, 2019
2 parents 975825f + 92fbdd9 commit 22323d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hedgehog/client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from contextlib import contextmanager
from pycreate2 import Create2
from .sync_client import HedgehogClient, connect
# for using POWER, BRAKE and VELOCITY
from hedgehog.protocol.messages import motor


@contextmanager
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='hedgehog-client',
version='0.9.0rc2',
version='0.9.0rc3',
description='Client library for communicating with Hedgehog Robot Controllers',
long_description=long_description,
url="https://github.com/PRIArobotics/HedgehogClient",
Expand Down

0 comments on commit 22323d4

Please sign in to comment.