From 845c24c9f8a58c29ccbd6c3284206af0def7eb81 Mon Sep 17 00:00:00 2001 From: lidongyang Date: Mon, 28 Jul 2025 18:50:28 +0800 Subject: [PATCH] update to 1.3.10.0 --- python/jittor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/jittor/__init__.py b/python/jittor/__init__.py index 5a839dc6..2d99bd41 100644 --- a/python/jittor/__init__.py +++ b/python/jittor/__init__.py @@ -9,7 +9,7 @@ # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** -__version__ = '1.3.9.14' +__version__ = '1.3.10.0' from jittor_utils import lock with lock.lock_scope(): ori_int = int