Skip to content

Commit fb4c552

Browse files
committed
修改最低兼容版本
1 parent 54aaa4c commit fb4c552

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ x翻x [内容]
5757
<div align="left">
5858
<img src="https://user-images.githubusercontent.com/52584526/169520252-71343d82-b3fc-477f-a7d7-714405e160ba.png" width="500" />
5959
</div>
60+
61+
## 更新日志
62+
> 2022-05-27 v0.1.0
63+
> - 添加了基础翻译功能
64+
>
65+
> 2022-05-30 v0.1.1
66+
> - 修改最低兼容版本到 Python 3.7.3 版本
67+
>

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="nonebot_plugin_baidutranslate",
10-
version="0.1.0",
10+
version="0.1.1",
1111
author="Number_Sir",
1212
author_email="Number_Sir@126.com",
1313
keywords=["pip", "nonebot2", "nonebot", "nonebot_plugin"],
@@ -24,5 +24,5 @@
2424
include_package_data=True,
2525
platforms="any",
2626
install_requires=['nonebot-adapter-onebot>=2.0.0-beta.1', 'nonebot2>=2.0.0-beta.1', 'httpx>=0.22.0'],
27-
python_requires=">=3.7"
28-
)
27+
python_requires=">=3.7.3"
28+
)

0 commit comments

Comments
 (0)