Skip to content

Commit 8dc10f2

Browse files
committed
fix
1 parent 56bc0f4 commit 8dc10f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/jittor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This file is subject to the terms and conditions defined in
88
# file 'LICENSE.txt', which is part of this source code package.
99
# ***************************************************************
10-
__version__ = '1.2.0.7
10+
__version__ = '1.2.0.7'
1111
from . import lock
1212
with lock.lock_scope():
1313
from . import compiler

0 commit comments

Comments
 (0)