From 38392f2e236b8ffd73a09592f64b753de3e59ebd Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Thu, 12 Sep 2024 11:53:11 +0000 Subject: [PATCH] bump version --- sbv2_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbv2_core/Cargo.toml b/sbv2_core/Cargo.toml index b83565a..40efa96 100644 --- a/sbv2_core/Cargo.toml +++ b/sbv2_core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sbv2_core" description = "Style-Bert-VITSの推論ライブラリ" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" readme = "../README.md"