From bc1ac063b1d06ebd4488a03ecee1f0a438209cdc Mon Sep 17 00:00:00 2001 From: Benign X <1341398182@qq.com> Date: Sat, 28 Feb 2026 15:10:42 +0800 Subject: [PATCH] chore(gdb): bump version to 0.2.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 ec35726cac..3d1d3c569f 100644 --- a/scripts/gdb/pyproject.toml +++ b/scripts/gdb/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lvglgdb" -version = "0.1.1" +version = "0.2.0" description = "LVGL GDB scripts" readme = "README.md" requires-python = ">=3.10"