We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddd161 commit cd57319Copy full SHA for cd57319
1 file changed
python/jittor/__init__.py
@@ -7,7 +7,7 @@
7
# This file is subject to the terms and conditions defined in
8
# file 'LICENSE.txt', which is part of this source code package.
9
# ***************************************************************
10
-__version__ = '1.2.0.8'
+__version__ = '1.2.0.9'
11
from . import lock
12
with lock.lock_scope():
13
ori_int = int
0 commit comments