Skip to content

Commit e66de15

Browse files
committed
发布:v0.1.1
1 parent 3fdf079 commit e66de15

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

55
# 应用信息

0 commit comments

Comments
 (0)