Skip to content

Commit cdb2e98

Browse files
committed
发布:v0.5.1
1 parent 80872fd commit cdb2e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version/version.py

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

55
# 应用信息

0 commit comments

Comments
 (0)