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

@@ -69,5 +69,5 @@
"use_spectral_norm": false,
"gin_channels": 256
},
"version": "2.4"
"version": "2.4.dev0"
}

View File

@@ -76,5 +76,5 @@
"initial_channel": 64
}
},
"version": "2.4-JP-Extra"
"version": "2.4.dev0-JP-Extra"
}

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