Skip to content

Commit

Permalink
prepare for 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-tan committed Jul 9, 2024
1 parent 2cdd8c5 commit b73bf6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Most recent change on the bottom.


## Unreleased - 0.6.1
## Unreleased


## [0.6.1] - 2024-7-9
### Added
- add support for equivariance testing of arbitrary Cartesian tensor outputs
- [Breaking] use entry points for `nequip.extension`s (e.g. for field registration)
Expand Down
2 changes: 1 addition & 1 deletion nequip/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# See Python packaging guide
# https://packaging.python.org/guides/single-sourcing-package-version/

__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit b73bf6f

Please sign in to comment.