From c7e3b70c007f8a62e26e8f82f1eacf0694b4f5d4 Mon Sep 17 00:00:00 2001 From: w00607094 Date: Mon, 2 Dec 2024 15:04:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B06.0.RC3=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ascend_deployer/version.json | 2 +- setup.py | 2 +- version.info | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ascend_deployer/version.json b/ascend_deployer/version.json index 63e42fce..67ea2ce3 100644 --- a/ascend_deployer/version.json +++ b/ascend_deployer/version.json @@ -1,4 +1,4 @@ { "name": "ascend-deployer", - "version": "6.0.RC2" + "version": "6.0.RC3" } diff --git a/setup.py b/setup.py index 2b64d996..fdd98e52 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ with open('README.rst', encoding='utf-8') as f: setuptools.setup( name='ascend-deployer', - version='0.0.3', + version='6.0.RC3', description='ascend offline installer', url='https://gitee.com/ascend/ascend-deployer', long_description_content_type="text/x-rst", diff --git a/version.info b/version.info index c9ebaf99..a0e11cea 100644 --- a/version.info +++ b/version.info @@ -1 +1 @@ -version=6.0.RC2 \ No newline at end of file +version=6.0.RC3 \ No newline at end of file -- Gitee