Skip to content

Commit

Permalink
🛠️ fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XieXiLin2 authored May 3, 2024
1 parent 2776489 commit 2e69d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_cnrail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import __main__ as __main__ # noqa: E402
from .config import ConfigModel # noqa: E402

__version__ = "0.2.2"
__version__ = "0.2.2.post1"
__plugin_meta__ = PluginMetadata(
name="CNRail",
description="查询 12306 列车时刻表",
Expand Down

0 comments on commit 2e69d40

Please sign in to comment.