update to 0.4

This commit is contained in:
felinae98 2021-11-18 15:54:57 +08:00
parent e5d324a8b4
commit 14f3d64f11
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
2 changed files with 4 additions and 6 deletions

View File

@ -24,3 +24,6 @@
## [0.3.3] - 2021-09-28
- 修复拼图问题
## [0.4.0] - 2021-11-18
- 项目更名为nonebot-bison

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-bison"
version = "0.3.3"
version = "0.4.0"
description = "Subscribe message from social medias"
authors = ["felinae98 <felinae225@qq.com>"]
license = "MIT"
@ -41,11 +41,6 @@ coverage = "^5.5"
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
# [[tool.poetry.source]]
# name = "aliyun"
# url = "https://mirrors.aliyun.com/pypi/simple/"
# default = true
[tool.pytest.ini_options]
markers = [
"compare: compare fetching result with rsshub",