From d9f3e41c4282f31636aa150054cb5be9780817c9 Mon Sep 17 00:00:00 2001 From: lixinyu Date: Tue, 6 Feb 2024 16:44:55 +0800 Subject: [PATCH] version: upgrade version to 0.0.44 the release log: * add graphic function about generate command * add a deal logic about annotation symbols Signed-off-by: lixinyu --- src/oebuild/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oebuild/version.py b/src/oebuild/version.py index d15efdc..f5c24ad 100644 --- a/src/oebuild/version.py +++ b/src/oebuild/version.py @@ -10,4 +10,4 @@ MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details. ''' -__version__ = '0.0.43' +__version__ = '0.0.44' -- Gitee