Skip to content

Commit 657fbad

Browse files
移除迁移文件import (#75)
1 parent 3848fd4 commit 657fbad

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

nonebot_plugin_value/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
require("nonebot_plugin_orm")
55
require("nonebot_plugin_localstore")
66

7-
from . import migrations
87
from .api import api_balance, api_currency, api_transaction
98
from .api.api_currency import get_or_create_currency
109
from .api.depends import factory
@@ -20,7 +19,6 @@
2019
usage="请查看API文档。",
2120
type="library",
2221
homepage="https://github.com/JohnRichard4096/nonebot_plugin_value",
23-
extra={"orm_version_location": migrations}, # 迁移文件
2422
supported_adapters=None,
2523
)
2624

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nonebot-plugin-value"
3-
version = "0.1.4"
3+
version = "0.1.4.post1"
44
description = "Economy API for NoneBot2"
55
readme = "README.md"
66
requires-python = ">=3.10, <4.0.0"

0 commit comments

Comments
 (0)