Skip to content

Commit 45218f8

Browse files
committed
发布:v0.1.0
1 parent d564aba commit 45218f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 版本号
22
VERSION = (0, 1, 0) # 主版本号, 次版本号, 修订号
3-
VERSION_STR = f"{'.'.join(map(str, VERSION))}-alpha" # 自动生成版本号字符串
3+
VERSION_STR = f"{'.'.join(map(str, VERSION))}" # 自动生成版本号字符串
44

55
# 应用信息
66
APP_NAME = "SD Models Manager"

0 commit comments

Comments
 (0)