From f6afd9346fa9e1aa2460f9835e91916b6f0c78cf Mon Sep 17 00:00:00 2001 From: KfacJaxDev Date: Wed, 3 Apr 2024 09:40:28 -0700 Subject: [PATCH] Bump kfac-jax version to 0.0.6 PiperOrigin-RevId: 621551295 --- kfac_jax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kfac_jax/__init__.py b/kfac_jax/__init__.py index 70ec2bc..00f2d92 100644 --- a/kfac_jax/__init__.py +++ b/kfac_jax/__init__.py @@ -24,7 +24,7 @@ from kfac_jax._src import utils -__version__ = "0.0.5" +__version__ = "0.0.6" # Patches Second Moments patches_moments = patches_second_moment.patches_moments