summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-30 20:43:06 +0800
committerHsiangNianian <i@jyunko.cn>2025-12-30 20:43:06 +0800
commit3ce2bae75f9e3c2a7e3e3ee4576961bcde98965b (patch)
tree343006a3b0d93444f4d8a76a105948fcc85df632 /pyproject.toml
parent8837b69fd2f22ac79416f7f4d95f23863987c547 (diff)
downloadbase-model-c3045cdb99bfc5307019351ff75dbc87d1ca1c70.tar.gz
base-model-c3045cdb99bfc5307019351ff75dbc87d1ca1c70.zip
feat: Bump version to 0.1.3 in pyproject.toml and __init__.pyv0.1.3
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e78fc2d..2f3066f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "base-model-trpgner"
-version = "0.1.2"
+version = "0.1.3"
description = "HydroRoll TRPG NER 模型 - 桌上角色扮演游戏日志命名实体识别"
authors = [{ name = "HsiangNianian", email = "leader@hydroroll.team" }]
readme = "README.md"