We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dae9e commit 870d653Copy full SHA for 870d653
mars/_version.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version_info = (0, 1, 0, 'a1')
+version_info = (0, 1, 0, 'a2')
16
_num_index = max(idx if isinstance(v, int) else 0
17
for idx, v in enumerate(version_info))
18
__version__ = '.'.join(map(str, version_info[:_num_index + 1])) + \
0 commit comments