Skip to content

Commit a1c72ff

Browse files
committed
升级版本号至2.2.0
1 parent f3fefbc commit a1c72ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import configparser
88

99
# 项目版本号
10-
VERSION = "2.1.1"
10+
VERSION = "2.2.0"
1111
PROJECT_HOME_URL = "https://github.com/YaoFANGUK/video-subtitle-extractor"
1212
PROJECT_ISSUES_URL = PROJECT_HOME_URL + "/issues"
1313
PROJECT_RELEASES_URL = PROJECT_HOME_URL + "/releases"
@@ -96,7 +96,7 @@ class Config(QConfig):
9696
videoSubFinderCpuCores = RangeConfigItem("Main", "VideoSubFinderCpuCores", 0, RangeValidator(0, os.cpu_count()))
9797
# VideoSubFinder 视频解码组件
9898
videoSubFinderDecoder = OptionsConfigItem("Main", "VideoSubFinderDecoder", VideoSubFinderDecoder.OPENCV, OptionsValidator(VideoSubFinderDecoder), EnumSerializer(VideoSubFinderDecoder))
99-
99+
100100
CONFIG_FILE = 'config/config.json'
101101
config = Config()
102102
qconfig.load(CONFIG_FILE, config)

0 commit comments

Comments
 (0)