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",