Skip to content

Commit 7416cfb

Browse files
authored
update version
1 parent 0ea0fd9 commit 7416cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/jittor/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# file 'LICENSE.txt', which is part of this source code package.
1010
# ***************************************************************
1111

12-
__version__ = '1.3.9.8'
12+
__version__ = '1.3.9.9'
1313
from jittor_utils import lock
1414
with lock.lock_scope():
1515
ori_int = int
@@ -2174,4 +2174,4 @@ def inplace_wrapper(new_k, prev_func):
21742174

21752175
if jt.compiler.has_acl:
21762176
from jittor.extern.acl.acl_compiler import change_function
2177-
change_function()
2177+
change_function()

0 commit comments

Comments
 (0)