From f9ed8acf69a2a1d0909313ffdcb721b965b0a014 Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Thu, 20 Apr 2023 07:41:11 -0700 Subject: [PATCH] Release v0.1.5. PiperOrigin-RevId: 525743135 --- optax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optax/__init__.py b/optax/__init__.py index 5f5c2a151..5a05af45c 100644 --- a/optax/__init__.py +++ b/optax/__init__.py @@ -187,7 +187,7 @@ from optax._src.wrappers import skip_large_updates from optax._src.wrappers import skip_not_finite -__version__ = "0.1.5.dev" +__version__ = "0.1.5" __all__ = ( "adabelief",