From 7e784e98ec9acb23c24a09ef1eddcd28114a2545 Mon Sep 17 00:00:00 2001 From: Benign X <1341398182@qq.com> Date: Fri, 6 Mar 2026 14:10:43 +0800 Subject: [PATCH] chore(gdb): bump version to 0.3.0 --- scripts/gdb/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gdb/pyproject.toml b/scripts/gdb/pyproject.toml index 3d1d3c569f..02c89180b5 100644 --- a/scripts/gdb/pyproject.toml +++ b/scripts/gdb/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lvglgdb" -version = "0.2.0" +version = "0.3.0" description = "LVGL GDB scripts" readme = "README.md" requires-python = ">=3.10"