Bump ver, rename configs_jp_extra to config_jp_extra for consistency

This commit is contained in:
litagin02
2024-03-15 12:34:54 +09:00
parent 3d8b60c03c
commit 432edcc52b
5 changed files with 5 additions and 5 deletions

View File

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