!2606 Update version to 0.3.1

Merge pull request !2606 from zhoufeng/update-version-to-0.3.1
This commit is contained in:
mindspore-ci-bot 2020-06-27 10:50:07 +08:00 committed by Gitee
commit 2e5a76e0df
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from setuptools import setup, find_packages
from setuptools.command.egg_info import egg_info
from setuptools.command.build_py import build_py
version = '0.3.0'
version = '0.3.1'
backend_policy = os.getenv('BACKEND_POLICY')
commit_id = os.getenv('COMMIT_ID').replace("\n", "")