Skip to content

Commit 346e729

Browse files
committed
update version
1 parent 8758dcc commit 346e729

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.4.1] - 2022-03-21
810
### Added
911
- `IrrepsData.repeat_irreps_by_last_axis`
1012
- `IrrepsData.repeat_mul_by_last_axis`

e3nn_jax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"
22

33
from ._graph_util import index_add, radius_graph
44
from ._rotation import (

0 commit comments

Comments
 (0)