Skip to content

Commit c77a0a3

Browse files
committed
发布:v0.4.0
1 parent afc3360 commit c77a0a3

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, 3, 0) # 主版本号, 次版本号, 修订号
2+
VERSION = (0, 4, 0) # 主版本号, 次版本号, 修订号
33
VERSION_STR = f"{'.'.join(map(str, VERSION))}" # 自动生成版本号字符串
44

55
# 应用信息

0 commit comments

Comments
 (0)