From 6f388052aeeb248b511bafdb08b2e663d3c7f778 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Fri, 27 Sep 2024 10:26:41 +0000 Subject: [PATCH] bump version --- Cargo.lock | 2 +- sbv2_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2c4f42..afc452a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1843,7 +1843,7 @@ dependencies = [ [[package]] name = "sbv2_core" -version = "0.2.0-alpha" +version = "0.2.0-alpha1" dependencies = [ "anyhow", "dotenvy", diff --git a/sbv2_core/Cargo.toml b/sbv2_core/Cargo.toml index c5f1608..31fd591 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.2.0-alpha" +version = "0.2.0-alpha1" edition = "2021" license = "MIT" readme = "../README.md"