Skip to content

Commit 870d653

Browse files
authored
bump version
1 parent 70dae9e commit 870d653

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
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version_info = (0, 1, 0, 'a1')
15+
version_info = (0, 1, 0, 'a2')
1616
_num_index = max(idx if isinstance(v, int) else 0
1717
for idx, v in enumerate(version_info))
1818
__version__ = '.'.join(map(str, version_info[:_num_index + 1])) + \

0 commit comments

Comments
 (0)