Skip to content

Commit

Permalink
Bump version (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxuye authored and hekaisheng committed Apr 23, 2019
1 parent 1df00df commit c5b0237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mars/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import sys

version_info = (0, 2, 0, 'a2')
version_info = (0, 2, 0, 'a3')
_num_index = max(idx if isinstance(v, int) else 0
for idx, v in enumerate(version_info))
__version__ = '.'.join(map(str, version_info[:_num_index + 1])) + \
Expand Down

0 comments on commit c5b0237

Please sign in to comment.