bump version

This commit is contained in:
tuna2134
2024-09-27 10:26:41 +00:00
parent 04af3abad5
commit 6f388052ae
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1843,7 +1843,7 @@ dependencies = [
[[package]]
name = "sbv2_core"
version = "0.2.0-alpha"
version = "0.2.0-alpha1"
dependencies = [
"anyhow",
"dotenvy",

View File

@@ -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"