From 134c3f252530c05d0883b2c93a76d368c9fdcdec Mon Sep 17 00:00:00 2001 From: Ningxin Zheng <49771382+zheng-ningxin@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:20:08 +0800 Subject: [PATCH] Update __init__.py (#41) 1.0.3 version release --- python/flux/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/flux/__init__.py b/python/flux/__init__.py index 38b13d98e5..673130ce4e 100644 --- a/python/flux/__init__.py +++ b/python/flux/__init__.py @@ -14,7 +14,7 @@ # limitations under the License. # ################################################################################ -__version__ = "1.0.2" +__version__ = "1.0.3" from .cpp_mod import * from .ag_gemm import *