From c353143beb2ac245ed7bf188c9d6116404bad2d8 Mon Sep 17 00:00:00 2001 From: chensuyue Date: Tue, 27 Aug 2024 10:23:16 +0800 Subject: [PATCH] bump version into v0.9 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..f77f7c0ad 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__ = "0.9"