From e90eecdb69f3d0643228e7dcc53d2c67aac48b2b Mon Sep 17 00:00:00 2001 From: Vincent Roulet Date: Tue, 9 Jul 2024 06:40:49 -0700 Subject: [PATCH] Release v0.2.3 PiperOrigin-RevId: 650608435 --- optax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optax/__init__.py b/optax/__init__.py index 9679775b..793aef20 100644 --- a/optax/__init__.py +++ b/optax/__init__.py @@ -280,7 +280,7 @@ # pylint: enable=g-importing-member -__version__ = "0.2.3.dev" +__version__ = "0.2.3" __all__ = ( "adabelief",