Skip to content

Commit 83d8ff4

Browse files
🔖 bump version 1.1.0
1 parent 26e53f5 commit 83d8ff4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "nonebot-adapter-discord"
5-
version = "1.0.0"
5+
version = "1.1.0"
66
description = "Discord adapter for nonebot2"
77
authors = [
88
{ name = "CMHopeSunshine", email = "277073121@qq.com" },
@@ -144,7 +144,7 @@ enableTypeIgnoreComments = false
144144
asyncio_mode = "auto"
145145

146146
[tool.bumpversion]
147-
current_version = "1.0.0"
147+
current_version = "1.1.0"
148148
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
149149
serialize = ["{major}.{minor}.{patch}"]
150150
search = "{current_version}"

0 commit comments

Comments
 (0)