We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6547d34 commit ed65ba7Copy full SHA for ed65ba7
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.1.7.3'
+__version__ = '1.1.7.4'
11
from . import lock
12
with lock.lock_scope():
13
from . import compiler
0 commit comments