From 46b6a1028b6331daaffa54b25c40bb867021eb2b Mon Sep 17 00:00:00 2001 From: Vincent Roulet Date: Wed, 27 Mar 2024 10:14:57 -0700 Subject: [PATCH] Release of version 0.2.2 PiperOrigin-RevId: 619571018 --- 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",