From 3b0b5486000148053c63f0f296179c3cb0ce9855 Mon Sep 17 00:00:00 2001 From: Anselm Levskaya Date: Fri, 27 Oct 2023 19:10:37 -0700 Subject: [PATCH] bump version number --- flax/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flax/version.py b/flax/version.py index fc7e842d9..cfb2177df 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.5" +__version__ = "0.8.0"