Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 31, 2023
1 parent ff5bbb1 commit 15f7b4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.3.3 (2023-08-31)

### Fix

* fix: dont add materials randomly (#9) ([`ff5bbb1`](https://github.com/tutorintelligence/urdf-compose/commit/ff5bbb1a4cd8ed567fa260bc916742e425aa1cbc))


## v0.3.2 (2023-08-31)

### Fix
Expand Down
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 = "urdf-compose"
version = "0.3.2"
version = "0.3.3"
description = "Package for dynamically composing URDFs"
authors = [
"Zev Minsky-Primus <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion urdf_compose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
globally_enable_check_urdf,
)

__version__ = "0.3.2"
__version__ = "0.3.3"

__all__ = [
"URDFObj",
Expand Down

0 comments on commit 15f7b4f

Please sign in to comment.