Skip to content

Commit

Permalink
[melobot] Update to 2.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Apr 16, 2024
1 parent 7271c89 commit 2fa71bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
rm -rf * && rm .buildinfo && cd ..
cp -r docs/build/html/* gh-pages
cp docs/build/html/.buildinfo gh-pages
mv tmp-files/* tmp-files/.* gh-pages && rmdir tmp-files
mv tmp-files/* tmp-files/.buildinfo gh-pages && rmdir tmp-files
cd gh-pages
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
project = "MeloBot"
copyright = "2024, aicorein"
author = "aicorein"
release = "2.5.12"
release = "2.5.13"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "melobot"
version = "2.5.12"
version = "2.5.13"
description = "A qq bot development framework with friendly APIs, session control and plugin-supported."
authors = [
{name = "aicorein", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/melobot/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MetaInfo(metaclass=ReadOnly):
一般无需手动实例化该类,多数情况会直接使用本类的属性,或将本类用作类型注解。
"""

VER: str = "2.5.12"
VER: str = "2.5.13"
"""melobot 版本
:meta hide-value:
Expand Down

0 comments on commit 2fa71bf

Please sign in to comment.