Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LDYang694 authored Jun 25, 2024
1 parent 0ea0fd9 commit 7416cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/jittor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2174,4 +2174,4 @@ def inplace_wrapper(new_k, prev_func):

if jt.compiler.has_acl:
from jittor.extern.acl.acl_compiler import change_function
change_function()
change_function()

0 comments on commit 7416cfb

Please sign in to comment.