From 39df391b20feb90cfb356cc47d5a0755dd5794d7 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 11 Sep 2024 23:47:46 +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 fc6cb62..80f2e7a 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.0" +version = "0.1.1" edition = "2021" license = "MIT" readme = "../README.md"