Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Feb 24, 2023
1 parent b3c593b commit 5a011cc
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 56 deletions.
102 changes: 51 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-mahjong-scoreboard"
version = "0.1.11"
version = "0.2.0"
description = "日麻寄分器(NoneBot插件)"
authors = ["ssttkkl <[email protected]>"]
readme = "README.MD"
Expand All @@ -14,12 +14,12 @@ packages = [
python = "^3.9"
nonebot2 = "^2.0.0rc1"
nonebot-adapter-onebot = "^2.1.5"
nonebot-plugin-sqlalchemy = "^0.1.4"
nonebot-plugin-sqlalchemy = "^0.1.7"
aiosqlite = ">=0.17,<0.19"
tzlocal = "^4.2"
nonebot_plugin_apscheduler = "^0.2.0"
cachetools = "^5.2.0"
nonebot-plugin-gocqhttp-cross-machine-upload-file = "^0.1.0"
nonebot-plugin-gocqhttp-cross-machine-upload-file = "^0.1.2"

[tool.poetry.group.dev.dependencies]
nonebug = "^0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/nonebot_plugin_mahjong_scoreboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@License : MIT
@GitHub : https://github.com/ssttkkl/nonebot-plugin-mahjong-scoreboard
"""
from .utils.onebot import default_cmd_start
from .utils.nonebot import default_cmd_start

help_text = f"""
对局:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from nonebot_plugin_mahjong_scoreboard.errors import BadRequestError
from nonebot_plugin_mahjong_scoreboard.model.enums import PlayerAndWind, GameState
from nonebot_plugin_mahjong_scoreboard.service import game_service, group_service, user_service
from nonebot_plugin_mahjong_scoreboard.utils.onebot import default_cmd_start
from nonebot_plugin_mahjong_scoreboard.utils.nonebot import default_cmd_start

group_latest_game_code = TTLCache(4096, 7200)

Expand Down

0 comments on commit 5a011cc

Please sign in to comment.