diff --git a/RELEASE.md b/RELEASE.md index 30383b3..bc04a67 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# MindArmour 1.2.0-rc1 +# MindArmour 1.2.0 ## MindArmour 1.2.0 Release Notes diff --git a/setup.py b/setup.py index 832eb8f..d92df61 100644 --- a/setup.py +++ b/setup.py @@ -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')