diff options
author | Kyomotoi <[email protected]> | 2022-06-20 10:45:59 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-06-20 10:45:59 +0800 |
commit | d67654a4248246f5c6409b797f87a4328be6640f (patch) | |
tree | e76670954247a52c60c981c5f44cbbae03efcfd1 | |
parent | b6014fe2cb49710adada9eb6d5bf4fda9e4ad86d (diff) | |
download | ATRI-d67654a4248246f5c6409b797f87a4328be6640f.tar.gz ATRI-d67654a4248246f5c6409b797f87a4328be6640f.tar.bz2 ATRI-d67654a4248246f5c6409b797f87a4328be6640f.zip |
🚑️ 完善poetry内容
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 58d65fa..bba7db9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "ATRI" -version = "001.105.01" -description = "A project for ATRI, Usage go-CQHTTP + Nonebot." +version = "001.106.00" +description = "A project for ATRI, Usage go-CQHTTP + Nonebot2." authors = ["Kyomotoi <[email protected]>"] license = "GPLv3" readme = "README.md" -homepage = "https://atri.kyomotoi.moe/" +homepage = "https://atri.imki.moe/" repository = "https://github.com/Kyomotoi/ATRI" -documentation = "https://atri.kyomotoi.moe/" +documentation = "https://atri.imki.moe/" [tool.poetry.dependencies] python = "3.8.5" |