From 123ba040eb3989dd0f61344b7249766daa833bd6 Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Wed, 13 Apr 2022 03:18:13 -0700 Subject: [PATCH] Release v0.1.2 PiperOrigin-RevId: 441427965 --- optax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optax/__init__.py b/optax/__init__.py index 83205e332..c2f108074 100644 --- a/optax/__init__.py +++ b/optax/__init__.py @@ -154,7 +154,7 @@ from optax._src.wrappers import MultiSteps from optax._src.wrappers import MultiStepsState -__version__ = "0.1.1" +__version__ = "0.1.2" __all__ = ( "adabelief",