Skip to content

Commit cc739f4

Browse files
committed
update version
1 parent ef33ae9 commit cc739f4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.20.6] - 2024-01-26
810
### Added
911
- `e3nn.where` function
1012
- Add optional `mask` argument in `e3nn.flax.BatchNorm`

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.20.5"
1+
__version__ = "0.20.6"
22

33
from e3nn_jax._src.config import config
44
from e3nn_jax._src.rotation import (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "e3nn-jax"
7-
version = "0.20.5"
7+
version = "0.20.6"
88
description = "Equivariant convolutional neural networks for the group E(3) of 3 dimensional rotations, translations, and mirrors."
99
authors=[
1010
{name="e3nn team", email="geiger.mario@gmail.com"},

0 commit comments

Comments
 (0)