We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d564aba commit 45218f8Copy full SHA for 45218f8
version.py
@@ -1,6 +1,6 @@
1
# 版本号
2
VERSION = (0, 1, 0) # 主版本号, 次版本号, 修订号
3
-VERSION_STR = f"{'.'.join(map(str, VERSION))}-alpha" # 自动生成版本号字符串
+VERSION_STR = f"{'.'.join(map(str, VERSION))}" # 自动生成版本号字符串
4
5
# 应用信息
6
APP_NAME = "SD Models Manager"
0 commit comments