Skip to content

Commit c5b0237

Browse files
qinxuyehekaisheng
authored andcommitted
Bump version (#355)
1 parent 1df00df commit c5b0237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mars/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import sys
1818

19-
version_info = (0, 2, 0, 'a2')
19+
version_info = (0, 2, 0, 'a3')
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)