From f4bc733b17bb4abc176b5b1e1fb78a0ca8ad10e5 Mon Sep 17 00:00:00 2001 From: Marcus Chiam Date: Fri, 4 Aug 2023 14:35:32 -0700 Subject: [PATCH] bump version to 0.7.2 --- flax/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flax/version.py b/flax/version.py index 0fb395cb9a..c823d0705d 100644 --- a/flax/version.py +++ b/flax/version.py @@ -13,4 +13,4 @@ # limitations under the License. """Current Flax version at head on Github.""" -__version__ = "0.7.1" +__version__ = "0.7.2"