!3649 modify setup.py version number for r0.6

Merge pull request !3649 from changzherui/mod_ver_num
This commit is contained in:
mindspore-ci-bot 2020-07-29 21:59:11 +08:00 committed by Gitee
commit abd346e84b
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.5.0'
version = '0.6.0'
backend_policy = os.getenv('BACKEND_POLICY')
commit_id = os.getenv('COMMIT_ID').replace("\n", "")