forked from mindspore-Ecosystem/mindspore
update version number
This commit is contained in:
parent
b3eeebe952
commit
e6f9d3af88
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 = '1.2.0'
|
||||
version = '1.2.1'
|
||||
|
||||
backend_policy = os.getenv('BACKEND_POLICY')
|
||||
device_target = os.getenv('BACKEND_TARGET')
|
||||
|
|
Loading…
Reference in New Issue