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 26e53f5 commit 83d8ff4Copy full SHA for 83d8ff4
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
3
[project]
4
name = "nonebot-adapter-discord"
5
-version = "1.0.0"
+version = "1.1.0"
6
description = "Discord adapter for nonebot2"
7
authors = [
8
{ name = "CMHopeSunshine", email = "277073121@qq.com" },
@@ -144,7 +144,7 @@ enableTypeIgnoreComments = false
144
asyncio_mode = "auto"
145
146
[tool.bumpversion]
147
-current_version = "1.0.0"
+current_version = "1.1.0"
148
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
149
serialize = ["{major}.{minor}.{patch}"]
150
search = "{current_version}"
0 commit comments