Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 19, 2023
1 parent a19f9ff commit a6bfb5d
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.2.1 (2023-08-19)

### Fix

* fix: add readme and license to pyproject.toml (#4) ([`a19f9ff`](https://github.com/tutorintelligence/urdf-compose/commit/a19f9ff4882722517b10190ac3e5b59c83c39bcd))


## v0.2.0 (2023-08-19)

### Feature
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.2.0"
version = "0.2.1"
description = "Utilities for working with 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 @@ -17,7 +17,7 @@
from urdf_compose.urdf_compose_error import URDFComposeError
from urdf_compose.urdf_obj import ExplicitURDFObj, URDFObj

__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = [
"URDFObj",
Expand Down

0 comments on commit a6bfb5d

Please sign in to comment.