Skip to content

Commit 63c4f84

Browse files
committed
Bump version to 0.2.0
1 parent ca92da9 commit 63c4f84

File tree

2 files changed

+160
-5
lines changed

2 files changed

+160
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "nonebot-plugin-limiter"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "通用消息冷却限制器"
55
readme = "README.md"
66
authors = [{ name = "MiddleRed", email = "middlered@outlook.com" }]
77
urls = { Repository = "https://github.com/owner/nonebot-plugin-limiter" }
8-
requires-python = ">=3.10,<3.13"
8+
requires-python = ">=3.10,<4.0"
99
dependencies = [
1010
"nonebot2>=2.4.2,<3.0.0",
1111
"nonebot-plugin-localstore>=0.7.4,<1.0.0",

0 commit comments

Comments
 (0)