From 4a609961ea951fa91721ee42ac17242d86538db6 Mon Sep 17 00:00:00 2001 From: ivyzheng Date: Wed, 7 Feb 2024 13:55:14 -0800 Subject: [PATCH] add +1 to version after release --- flax/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flax/version.py b/flax/version.py index e8a33d8413..f3e42a03c1 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.8.1' +__version__ = '0.8.2'