Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Jan 26, 2024
1 parent ef33ae9 commit cc739f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.20.6] - 2024-01-26
### Added
- `e3nn.where` function
- Add optional `mask` argument in `e3nn.flax.BatchNorm`
Expand Down
2 changes: 1 addition & 1 deletion e3nn_jax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.20.5"
__version__ = "0.20.6"

from e3nn_jax._src.config import config
from e3nn_jax._src.rotation import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "e3nn-jax"
version = "0.20.5"
version = "0.20.6"
description = "Equivariant convolutional neural networks for the group E(3) of 3 dimensional rotations, translations, and mirrors."
authors=[
{name="e3nn team", email="[email protected]"},
Expand Down

0 comments on commit cc739f4

Please sign in to comment.