From 90a711dff1b48174a445f22ce0fd7eba06f94024 Mon Sep 17 00:00:00 2001 From: Vincent Roulet Date: Tue, 9 Jul 2024 07:03:09 -0700 Subject: [PATCH] Beginning of 0.2.4 development PiperOrigin-RevId: 650613983 --- optax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optax/__init__.py b/optax/__init__.py index 793aef20..aae97c79 100644 --- a/optax/__init__.py +++ b/optax/__init__.py @@ -280,7 +280,7 @@ # pylint: enable=g-importing-member -__version__ = "0.2.3" +__version__ = "0.2.4.dev" __all__ = ( "adabelief",