forked from OSSInnovation/mindspore
Update version to 0.3.1
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
parent
5e5c66e300
commit
067b619034
2
setup.py
2
setup.py
|
@ -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", "")
|
||||
|
|
Loading…
Reference in New Issue