From f4f327bd128c8bab24dcace783b2e7b1c7e7ee6c Mon Sep 17 00:00:00 2001 From: Dun Liang Date: Mon, 7 Nov 2022 12:02:35 +0800 Subject: [PATCH] update version --- 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 92b4d8ad..db63bbd3 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.5.27' +__version__ = '1.3.5.28' from jittor_utils import lock with lock.lock_scope(): ori_int = int