From a594f96b16a2126215d62695bbb2f92961f67c1a Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Wed, 14 Oct 2020 20:26:35 +0800 Subject: [PATCH] chore(version): bump version --- imperative/python/megengine/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imperative/python/megengine/version.py b/imperative/python/megengine/version.py index e1b7d166f..83389417c 100644 --- a/imperative/python/megengine/version.py +++ b/imperative/python/megengine/version.py @@ -6,5 +6,5 @@ # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -__version__ = "1.0.0rc1" +__version__ = "1.0.0" -- GitLab