Skip to content

Commit 2026be6

Browse files
committed
update version
1 parent 3e12290 commit 2026be6

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.3] - 2023-11-17
810
### Added
911
- `e3nn.flax.BatchNorm`
1012
- `e3nn.scatter_mean`

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.2"
1+
__version__ = "0.20.3"
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
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33

44
[project]
55
name = "e3nn_jax"
6-
version = "0.20.2"
6+
version = "0.20.3"
77
dependencies = [
88
"jax",
99
"jaxlib",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="e3nn-jax",
10-
version="0.20.2",
10+
version="0.20.3",
1111
description="Equivariant convolutional neural networks for the group E(3).",
1212
long_description=_long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)