From 1ccf45a03dc428d2a24b59b8343236fd194e2176 Mon Sep 17 00:00:00 2001 From: Dun Liang Date: Thu, 30 Sep 2021 17:42:58 +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 3e98710e..aeb1b6d8 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.2.3.105' +__version__ = '1.3.0.0' from jittor_utils import lock with lock.lock_scope(): ori_int = int