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