From 9a1af76143654c4ec545d0bb2f1576efd620d864 Mon Sep 17 00:00:00 2001 From: "chen, suyue" Date: Tue, 27 Aug 2024 13:38:01 +0800 Subject: [PATCH] bump version into v1.0 (#566) Signed-off-by: chensuyue --- comps/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comps/version.py b/comps/version.py index 6ae7d54de..3f8ffef29 100644 --- a/comps/version.py +++ b/comps/version.py @@ -3,4 +3,4 @@ # Copyright (C) 2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.8" +__version__ = "1.0"