Skip to content

Commit

Permalink
Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-rouanet committed Mar 30, 2021
1 parent 36dc2fd commit e0fed5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
## Version 0.2.0

* Use device containers to hold joints, fans, force sensors in Reachy and in each part.
* Add turn on/off methods in ReachySDK
* Add turn on/off methods in ReachySDK

### Bugfixes

* Wait for the sync loop to be ready before returning ReachySDK instance.
* Flush commands at exit.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='reachy-sdk',
version='0.2.0',
version='0.2.1',
packages=find_packages(exclude=['tests']),

install_requires=[
Expand Down

0 comments on commit e0fed5d

Please sign in to comment.