Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit 08f0c1a

Browse files
committed
🔖 last OneBot V11 version
1 parent a0418fe commit 08f0c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nonebot_plugin_mcstatus/handle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from mcstatus import JavaServer
44

5-
from nonebot_plugin_mcstatus.data import Data, Server
65
from nonebot_plugin_mcstatus.parser import Namespace
6+
from nonebot_plugin_mcstatus.data import Data, Server
77

88

99
class Handle:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"mcstatus<11.0.0,>=10.0.1",
1111
]
1212
name = "nonebot-plugin-mcstatus"
13-
version = "0.1.7"
13+
version = "0.1.8"
1414
description = "Check Minecraft server status"
1515
readme = "README.md"
1616
license = {text = "MIT"}

0 commit comments

Comments
 (0)