From c28d606f5a39c3ef2234ab6ee2fdb24b89c0a538 Mon Sep 17 00:00:00 2001 From: Dun Liang Date: Sat, 18 Jul 2020 10:28:10 +0800 Subject: [PATCH] version 1.1.6.0 --- 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 5494aab1..9c24d2ae 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.5.6' +__version__ = '1.1.6.0' from . import lock with lock.lock_scope(): from . import compiler