diff --git a/python/jittor/__init__.py b/python/jittor/__init__.py index 5d850567..5f3e535a 100644 --- a/python/jittor/__init__.py +++ b/python/jittor/__init__.py @@ -7,7 +7,7 @@ # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** -__version__ = '1.1.6.1' +__version__ = '1.1.6.2' from . import lock with lock.lock_scope(): from . import compiler