Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jun 21, 2022
1 parent f4a9e7e commit 966385c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.0] - 2022/06/21

### Added

Expand Down
2 changes: 1 addition & 1 deletion pink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .configuration import apply_configuration
from .solve_ik import solve_ik

__version__ = "0.3.0"
__version__ = "0.4.0"

__all__ = [
"Configuration",
Expand Down

0 comments on commit 966385c

Please sign in to comment.