update version

This commit is contained in:
DongYang Li 2024-06-25 16:49:44 +08:00 committed by GitHub
parent 0ea0fd9351
commit 7416cfb7e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
# file 'LICENSE.txt', which is part of this source code package.
# ***************************************************************
__version__ = '1.3.9.8'
__version__ = '1.3.9.9'
from jittor_utils import lock
with lock.lock_scope():
ori_int = int
@ -2174,4 +2174,4 @@ from . import distributions
if jt.compiler.has_acl:
from jittor.extern.acl.acl_compiler import change_function
change_function()
change_function()