From 504442e47a306a00b8951e7c168b4011e334b99d Mon Sep 17 00:00:00 2001 From: Dun Liang Date: Fri, 14 May 2021 15:04:54 +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 7d29e144..e8231728 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.4' +__version__ = '1.2.3.5' from . import lock with lock.lock_scope(): ori_int = int