Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 13, 2022
1 parent 9c60b60 commit 53b1c62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.1.8 (2022-09-13)
### Fix
* Graph refactor, real world aruco working with inverse kinematics ([#23](https://github.com/eager-dev/eagerx_interbotix/issues/23)) ([`9c60b60`](https://github.com/eager-dev/eagerx_interbotix/commit/9c60b60aadf0d55e2647dde4f8e345341da85b93))

## v0.1.7 (2022-07-21)
### Fix
* Refactor space and demo_real branch changes ([`436d054`](https://github.com/eager-dev/eagerx_interbotix/commit/436d05415844678b6e916c2649e90404919a135c))
Expand Down
2 changes: 1 addition & 1 deletion eagerx_interbotix/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.7"
__version__ = "0.1.8"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eagerx_interbotix"
version = "0.1.7"
version = "0.1.8"
license = "Apache2.0"
description = "EAGERx interface to interbotix robot arms."
authors = ["Jelle Luijkx <[email protected]>", "Bas van der Heijden <[email protected]>"]
Expand Down

0 comments on commit 53b1c62

Please sign in to comment.