Skip to content

Commit 6d4c7a0

Browse files
qinxuyewjsi
authored andcommitted
Bump version (#352)
1 parent 5826c13 commit 6d4c7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mars/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import sys
1818

19-
version_info = (0, 1, 1)
19+
version_info = (0, 1, 2)
2020
_num_index = max(idx if isinstance(v, int) else 0
2121
for idx, v in enumerate(version_info))
2222
__version__ = '.'.join(map(str, version_info[:_num_index + 1])) + \

0 commit comments

Comments
 (0)