From 53745996d05b06d1272f295baf2c7ff4ed99cf8a Mon Sep 17 00:00:00 2001 From: Marcus Chiam Date: Wed, 9 Aug 2023 16:00:22 -0700 Subject: [PATCH] bump version --- flax/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flax/version.py b/flax/version.py index c823d0705d..3281f19934 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.2" +__version__ = "0.7.3"