From 04a384b43a4f55109caa76e0f6810cbe2e196dbb Mon Sep 17 00:00:00 2001 From: Alex Botev Date: Thu, 27 Apr 2023 05:24:47 -0700 Subject: [PATCH] Bumping version to 0.0.4 since we no longer support python 3.7. PiperOrigin-RevId: 527548832 --- 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 41df895..4ba8b0c 100644 --- a/kfac_jax/__init__.py +++ b/kfac_jax/__init__.py @@ -24,7 +24,7 @@ from kfac_jax._src import utils -__version__ = "0.0.3" +__version__ = "0.0.4" # Patches Second Moments patches_moments = patches_second_moment.patches_moments