Browse Source

!204 Update verion number from 1.2.0-rc1 to 1.2.0

From: @pkuliuliu
Reviewed-by: @zhidanliu,@jxlang910
Signed-off-by: @jxlang910
tags/v1.2.1
mindspore-ci-bot Gitee 4 years ago
parent
commit
40880b54d0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      RELEASE.md
  2. +1
    -1
      setup.py

+ 1
- 1
RELEASE.md View File

@@ -1,4 +1,4 @@
# MindArmour 1.2.0-rc1
# MindArmour 1.2.0

## MindArmour 1.2.0 Release Notes



+ 1
- 1
setup.py View File

@@ -20,7 +20,7 @@ from setuptools import setup
from setuptools.command.egg_info import egg_info
from setuptools.command.build_py import build_py

version = '1.2.0-rc1'
version = '1.2.0'
cur_dir = os.path.dirname(os.path.realpath(__file__))
pkg_dir = os.path.join(cur_dir, 'build')



Loading…
Cancel
Save