We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3c1a4 commit 15fe78eCopy full SHA for 15fe78e
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
3
[project]
4
name = "nonebot-adapter-discord"
5
-version = "1.1.4"
+version = "1.1.5"
6
description = "Discord adapter for nonebot2"
7
authors = [
8
{ name = "CMHopeSunshine", email = "277073121@qq.com" },
@@ -146,7 +146,7 @@ enableTypeIgnoreComments = false
146
asyncio_mode = "auto"
147
148
[tool.bumpversion]
149
-current_version = "1.1.4"
+current_version = "1.1.5"
150
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
151
serialize = ["{major}.{minor}.{patch}"]
152
search = "{current_version}"
0 commit comments