We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09e314 commit 4290d45Copy full SHA for 4290d45
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nonebot-plugin-penguin"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "get penguin data and send from https://penguin-stats.io/"
5
authors = ["Azide <rukuy@qq.com>"]
6
license = "MIT"
@@ -67,4 +67,4 @@ requires = ["poetry_core>=1.0.0"]
67
build-backend = "poetry.core.masonry.api"
68
69
[tool.pytest.ini_options]
70
-asyncio_mode = "auto"
+asyncio_mode = "auto"
0 commit comments