From ccb56f0dcaa3621c08f6113a317ceb49f0b940eb Mon Sep 17 00:00:00 2001 From: Vincent Roulet Date: Wed, 27 Mar 2024 10:42:02 -0700 Subject: [PATCH] Release of version 0.2.2 PiperOrigin-RevId: 619580416 --- optax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optax/__init__.py b/optax/__init__.py index 41e2ff75..83d72c31 100644 --- a/optax/__init__.py +++ b/optax/__init__.py @@ -215,7 +215,7 @@ ) dpsgd = contrib.dpsgd -__version__ = "0.2.2.dev" +__version__ = "0.2.2" __all__ = ( "adabelief",