From a48c895d8bf92adf832a2d880c936321bd9dbaf4 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Fri, 13 Sep 2024 11:06:26 +0000 Subject: [PATCH] bump version --- sbv2_api/Cargo.toml | 2 +- sbv2_bindings/Cargo.toml | 2 +- sbv2_core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sbv2_api/Cargo.toml b/sbv2_api/Cargo.toml index 44b959e..75da727 100644 --- a/sbv2_api/Cargo.toml +++ b/sbv2_api/Cargo.toml @@ -9,7 +9,7 @@ axum = "0.7.5" dotenvy.workspace = true env_logger.workspace = true log = "0.4.22" -sbv2_core = { version = "0.1.2", path = "../sbv2_core" } +sbv2_core = { version = "0.1.3", path = "../sbv2_core" } serde = { version = "1.0.210", features = ["derive"] } tokio = { version = "1.40.0", features = ["full"] } diff --git a/sbv2_bindings/Cargo.toml b/sbv2_bindings/Cargo.toml index b757387..eb62b28 100644 --- a/sbv2_bindings/Cargo.toml +++ b/sbv2_bindings/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["cdylib"] anyhow.workspace = true ndarray.workspace = true pyo3 = { version = "0.22.0", features = ["anyhow"] } -sbv2_core = { version = "0.1.2", path = "../sbv2_core" } +sbv2_core = { version = "0.1.3", path = "../sbv2_core" } diff --git a/sbv2_core/Cargo.toml b/sbv2_core/Cargo.toml index f361d84..131a52d 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.2" +version = "0.1.3" edition = "2021" license = "MIT" readme = "../README.md"