Bump ver only

This commit is contained in:
litagin02
2024-11-11 10:18:55 +09:00
parent 2cb5b24244
commit 038d07f4e7
4 changed files with 7 additions and 6 deletions

View File

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