From 932ce98b5349f2c2f26a9fc49988db2770dd1965 Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Sun, 12 Apr 2026 11:29:07 +0800 Subject: [PATCH] chore(release): bump workspace version to 0.1.23 - Update workspace package version from 0.1.22 to 0.1.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88068ada..eb8bf16e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust", "python"] resolver = "2" [workspace.package] -version = "0.1.22" +version = "0.1.23" edition = "2024" authors = ["zTgx "] license = "Apache-2.0"