Skip to content

Commit f468e54

Browse files
committed
更新版本号至0.0.5
1 parent b79b4ea commit f468e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"""
66

77
# 版本号格式:主版本号.次版本号.修订号
8-
VERSION = "0.0.4"
9-
VERSION_INFO = (0, 0, 4) # 用于程序内部比较2
8+
VERSION = "0.0.5"
9+
VERSION_INFO = (0, 0, 5) # 用于程序内部比较2
1010
# 构建信息
1111
BUILD_DATE = "2024-04-07" # 更新构建日期
1212
BUILD_TYPE = "release" # release, beta, alpha, dev

0 commit comments

Comments
 (0)