Skip to content

Commit

Permalink
[melobot] Update version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Oct 26, 2024
1 parent 3b1aa9a commit 2582d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ melobot v3 是跨平台、跨协议、支持多路 IO 及其他高级特性的 b
如果您对 melobot 完全不熟悉,建议配合文档开始学习。文档以 OneBot v11 协议为例,通过以下命令安装所有必要的组件:

```shell
pip install 'melobot[onebot]>=3.0.0rc12'
pip install 'melobot[onebot]>=3.0.0rc13'
```

如果您对 melobot 已经十分了解,请自由地安装核心+任何可选依赖。
Expand Down
2 changes: 1 addition & 1 deletion src/melobot/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .typ import T

__version__ = "3.0.0rc12"
__version__ = "3.0.0rc13"


def _version_str_to_info(s: str) -> VersionInfo:
Expand Down

0 comments on commit 2582d7e

Please sign in to comment.