Skip to content

Commit cd707e5

Browse files
committed
update version
1 parent b53f418 commit cd707e5

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.5.0] - 2022-05-24
810
### Added
911
- add `loop` argument to `radius_graph`
1012

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.3"
1+
__version__ = "0.5.0"
22

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

0 commit comments

Comments
 (0)