This commit is contained in:
litagin02
2024-06-14 15:45:53 +09:00
parent 7c93f77606
commit b1970aa287
5 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ from style_bert_vits2.utils.strenum import StrEnum
# Style-Bert-VITS2 のバージョン
VERSION = "2.5.0"
VERSION = "2.5.1"
# Style-Bert-VITS2 のベースディレクトリ
BASE_DIR = Path(__file__).parent.parent