Skip to content

Commit 376611c

Browse files
committed
发布:v0.6.2
1 parent d5dc805 commit 376611c

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

55
# 应用信息

0 commit comments

Comments
 (0)