Skip to content

Commit ccf593b

Browse files
committed
```
chore(release): 升级版本号至1.2.0 - 将 pyproject.toml 中的版本号从 1.1.7 升级至 1.2.0 - 将 __init__.py 中的 __version__ 从 1.1.7 升级至 1.2.0 ```
1 parent 9d4e5f7 commit ccf593b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nonebot-plugin-pErithacus"
3-
version = "1.1.7"
3+
version = "1.2.0"
44
description = "pErithacus 是一个基于 NoneBot2 框架的聊天插件,可以根据用户设定的关键词自动回复相关内容。该插件提供了完整的词条管理功能,让用户能够轻松创建、编辑和管理自定义回复内容"
55
readme = "README.md"
66
requires-python = ">=3.12, <4.0"

src/nonebot_plugin_perithacus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
driver = get_driver()
2828

29-
__version__ = "1.1.7"
29+
__version__ = "1.2.0"
3030
__plugin_meta__ = PluginMetadata(
3131
name="pErithacus",
3232
description=("pErithacus 是一个基于 NoneBot2 框架的聊天插件,"

0 commit comments

Comments
 (0)