Add version suffix dev0

This commit is contained in:
litagin02
2024-03-13 11:46:56 +09:00
parent 28fd715cb8
commit c37893a76b
3 changed files with 3 additions and 3 deletions

View File

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