-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efb1ddb
commit 274f30f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "nonebot-plugin-tetris-stats" | ||
version = "1.5.5" | ||
version = "1.6.0" | ||
description = "一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件" | ||
readme = "README.md" | ||
authors = [{ name = "shoucandanghehe", email = "[email protected]" }] | ||
|
@@ -151,7 +151,7 @@ defineConstant = { PYDANTIC_V2 = true } | |
typeCheckingMode = "standard" | ||
|
||
[tool.bumpversion] | ||
current_version = "1.5.5" | ||
current_version = "1.6.0" | ||
tag = true | ||
sign_tags = true | ||
tag_name = "{new_version}" | ||
|