diff options
Diffstat (limited to 'pyproject.toml')
-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" |