From 2cb43aaf6f37e70c7622566eea12d05f6637f49f Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 1 Oct 2025 13:07:36 +0900 Subject: [PATCH] Bump version to 0.2.0-alpha9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3511ad9..b7f82c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "3" members = ["./crates/sbv2_api", "./crates/sbv2_core", "./crates/sbv2_bindings", "./crates/sbv2_wasm"] [workspace.package] -version = "0.2.0-alpha8" +version = "0.2.0-alpha9" edition = "2021" description = "Style-Bert-VITSの推論ライブラリ" license = "MIT"