Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 19, 2023
1 parent f7b70c8 commit 185dcf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Unreleased
## [0.3.0] - 2023/01/19

### Added

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ meshcat_shapes.point(
color=0xFF0000,
)

meshcat_shapes.textarea(
vis["text"],
"super easy",
)
meshcat_shapes.textarea(vis["text"], "super easy")
```
2 changes: 1 addition & 1 deletion meshcat_shapes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Useful shapes to decorate MeshCat scenes.
"""

__version__ = "0.2.0"
__version__ = "0.3.0"

from .frame import frame
from .point import point
Expand Down

0 comments on commit 185dcf5

Please sign in to comment.