We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c048d1 commit 4808184Copy full SHA for 4808184
python/jittor/__init__.py
@@ -9,7 +9,7 @@
9
# file 'LICENSE.txt', which is part of this source code package.
10
# ***************************************************************
11
12
-__version__ = '1.3.9.5'
+__version__ = '1.3.9.6'
13
from jittor_utils import lock
14
with lock.lock_scope():
15
ori_int = int
0 commit comments