From 0ffa9bbe1861507eea8b67dbf29c641075c427bb Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa Date: Sat, 3 Feb 2024 12:15:22 -0800 Subject: [PATCH] v0.1.9 release PiperOrigin-RevId: 603973640 --- optax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optax/__init__.py b/optax/__init__.py index 02aeec95b..3b42498bf 100644 --- a/optax/__init__.py +++ b/optax/__init__.py @@ -204,7 +204,7 @@ ) dpsgd = contrib.dpsgd -__version__ = "0.1.9.dev" +__version__ = "0.1.9" __all__ = ( "adabelief",