版本号 update

This commit is contained in:
shenjack-5600u 2024-05-05 22:37:36 +08:00
parent 700c76b69a
commit fbf8411752
Signed by: shenjack
GPG Key ID: FDF9864E11C7E79F

View File

@ -15,7 +15,7 @@ else:
IcaNewMessage = TypeVar("NewMessage")
IcaClient = TypeVar("IcaClient")
_version_ = "0.0.1"
_version_ = "0.1.0"
def on_ica_message(msg: IcaNewMessage, client: IcaClient) -> None: