diff options
-rw-r--r-- | ATRI/__init__.py | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ATRI/__init__.py b/ATRI/__init__.py index 93df826..9054e85 100644 --- a/ATRI/__init__.py +++ b/ATRI/__init__.py @@ -5,7 +5,7 @@ from nonebot.adapters.onebot.v11 import Adapter from .config import RUNTIME_CONFIG, InlineGoCQHTTP -__version__ = "YHN-001-A06" +__version__ = "YHN-001-A06.fix1" def asgi(): diff --git a/pyproject.toml b/pyproject.toml index bba7db9..3914e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ATRI" -version = "001.106.00" +version = "001.106.01" description = "A project for ATRI, Usage go-CQHTTP + Nonebot2." authors = ["Kyomotoi <[email protected]>"] license = "GPLv3" |