Skip to content

Commit 0fc8da7

Browse files
author
Qin Xuye
authored
Bump version to 0.1.0b1
1 parent a27cce5 commit 0fc8da7

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