Skip to content

Commit c6fe070

Browse files
committed
build: 更新版本号至 v1.0.5
- 在 pyproject.toml 中将版本号从 1.0.2 修改为 1.0.5 - 重命名变更日志文件,从 v1.0.2到 v1.0.5(包括中英文版本) - 此次更新主要为了适配 Python版本升级,解决依赖问题
1 parent cfd1ff8 commit c6fe070

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# inquirer_console v1.0.2 Release Notes
1+
# inquirer_console v1.0.5 Release Notes
22

33
**Release Date:** 2024-03-31
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# inquirer_console v1.0.2 发布说明
1+
# inquirer_console v1.0.5 发布说明
22

33
**发布日期:** 2024-03-31
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "inquirer_console"
33

4-
version = "1.0.2"
4+
version = "1.0.5"
55

66
description = "Elegant interactive command-line interface tool library, Python implementation of Inquirer.js"
77

0 commit comments

Comments
 (0)