From 7d32db19b9b8c44ff615eb6b12a85bf050f12bf6 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Mon, 6 Oct 2025 06:11:40 +0900 Subject: [PATCH] Update version to 0.2.0 in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7f82c5..919edbc 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-alpha9" +version = "0.2.0" edition = "2021" description = "Style-Bert-VITSの推論ライブラリ" license = "MIT"