forked from mindspore-Ecosystem/mindspore
!3649 modify setup.py version number for r0.6
Merge pull request !3649 from changzherui/mod_ver_num
This commit is contained in:
commit
abd346e84b
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.5.0'
|
||||
version = '0.6.0'
|
||||
|
||||
backend_policy = os.getenv('BACKEND_POLICY')
|
||||
commit_id = os.getenv('COMMIT_ID').replace("\n", "")
|
||||
|
|
Loading…
Reference in New Issue