From dd55c70225367dec9e8d88821b4d65fcd24edd65 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 30 Dec 2025 20:01:31 +0800 Subject: feat: Bump version to 0.1.1 and clean up shared data comments --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db858a6..d9b6d38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "base-model-trpgner" -version = "0.1.0" +version = "0.1.1" description = "HydroRoll TRPG NER 模型 - 桌上角色扮演游戏日志命名实体识别" authors = [ { name = "HsiangNianian", email = "leader@hydroroll.team" } @@ -71,7 +71,7 @@ artifacts = [ "models/trpg-final/special_tokens_map.json", "models/trpg-final/vocab.txt", ] -# 共享数据:模型文件安装位置 + [tool.hatch.build.targets.wheel.shared-data] "models/trpg-final" = "basemodel/models/trpg-final" -- cgit v1.2.3-70-g09d2