Compare commits

..

2 Commits
v0.1.2 ... main

Author SHA1 Message Date
30a656d225 sync version with C# library 2025-06-20 09:26:03 +02:00
657d1bbc0a update lang-main dep 2025-06-20 09:25:31 +02:00
2 changed files with 11 additions and 11 deletions

16
pdm.lock generated
View File

@ -5,7 +5,7 @@
groups = ["default", "dev"] groups = ["default", "dev"]
strategy = ["inherit_metadata"] strategy = ["inherit_metadata"]
lock_version = "4.5.0" lock_version = "4.5.0"
content_hash = "sha256:afc7b96b5435806f69cf7c1aa97ded596f6a3182ae79ec84572e5ecaf025c6d3" content_hash = "sha256:bea46c86cc70909562d1cfcd0dbb7bf9d55c1ac082422be708f8d87757c079d1"
[[metadata.targets]] [[metadata.targets]]
requires_python = ">=3.11" requires_python = ">=3.11"
@ -1511,7 +1511,7 @@ files = [
[[package]] [[package]]
name = "lang-main" name = "lang-main"
version = "0.1.2.dev3" version = "0.1.3"
requires_python = ">=3.11" requires_python = ">=3.11"
summary = "Several tools to analyse TOM's data with strong focus on language processing" summary = "Several tools to analyse TOM's data with strong focus on language processing"
groups = ["default"] groups = ["default"]
@ -1527,13 +1527,13 @@ dependencies = [
"typing-extensions>=4.12.2", "typing-extensions>=4.12.2",
] ]
files = [ files = [
{file = "lang_main-0.1.2.dev3-py3-none-any.whl", hash = "sha256:083d2128fe842b3f73b595411fbddeedf3a4ebf4850b93abc2601f824697c8ad"}, {file = "lang_main-0.1.3-py3-none-any.whl", hash = "sha256:d162f71d6915a641e590a41b13a27370ac3cd11a0bc0115c16186cbdc86d1ac7"},
{file = "lang_main-0.1.2.dev3.tar.gz", hash = "sha256:ea05164f8a65d32a5c7a354973ac8198f0ca80e4c1fddff1b6c0b95074b772be"}, {file = "lang_main-0.1.3.tar.gz", hash = "sha256:f73321b9fc202f197786315ae4bcae5437338acae680c5a3a35ba302ee9fcb0a"},
] ]
[[package]] [[package]]
name = "lang-main" name = "lang-main"
version = "0.1.2.dev3" version = "0.1.3"
extras = ["spacy-md", "spacy-trf"] extras = ["spacy-md", "spacy-trf"]
requires_python = ">=3.11" requires_python = ">=3.11"
summary = "Several tools to analyse TOM's data with strong focus on language processing" summary = "Several tools to analyse TOM's data with strong focus on language processing"
@ -1541,11 +1541,11 @@ groups = ["default"]
dependencies = [ dependencies = [
"de-core-news-md @ https://github.com/explosion/spacy-models/releases/download/de_core_news_md-3.8.0/de_core_news_md-3.8.0-py3-none-any.whl", "de-core-news-md @ https://github.com/explosion/spacy-models/releases/download/de_core_news_md-3.8.0/de_core_news_md-3.8.0-py3-none-any.whl",
"de-dep-news-trf @ https://github.com/explosion/spacy-models/releases/download/de_dep_news_trf-3.8.0/de_dep_news_trf-3.8.0-py3-none-any.whl", "de-dep-news-trf @ https://github.com/explosion/spacy-models/releases/download/de_dep_news_trf-3.8.0/de_dep_news_trf-3.8.0-py3-none-any.whl",
"lang-main==0.1.2.dev3", "lang-main==0.1.3",
] ]
files = [ files = [
{file = "lang_main-0.1.2.dev3-py3-none-any.whl", hash = "sha256:083d2128fe842b3f73b595411fbddeedf3a4ebf4850b93abc2601f824697c8ad"}, {file = "lang_main-0.1.3-py3-none-any.whl", hash = "sha256:d162f71d6915a641e590a41b13a27370ac3cd11a0bc0115c16186cbdc86d1ac7"},
{file = "lang_main-0.1.2.dev3.tar.gz", hash = "sha256:ea05164f8a65d32a5c7a354973ac8198f0ca80e4c1fddff1b6c0b95074b772be"}, {file = "lang_main-0.1.3.tar.gz", hash = "sha256:f73321b9fc202f197786315ae4bcae5437338acae680c5a3a35ba302ee9fcb0a"},
] ]
[[package]] [[package]]

View File

@ -1,11 +1,11 @@
[project] [project]
name = "tom-plugin" name = "tom-plugin"
version = "0.1.2" version = "0.1.3"
description = "Wrapper for TOM plugins with different helper CLIs, primarily integration testing" description = "Wrapper for TOM plugins with different helper CLIs, primarily integration testing"
authors = [ authors = [
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"}, {name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
] ]
dependencies = ["lang-main[spacy-md,spacy-trf]>=0.1.2.dev3"] dependencies = ["lang-main[spacy-md,spacy-trf]>=0.1.3"]
requires-python = ">=3.11" requires-python = ">=3.11"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}
@ -101,7 +101,7 @@ dev = [
] ]
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.2" current_version = "0.1.3"
parse = """(?x) parse = """(?x)
(?P<major>0|[1-9]\\d*)\\. (?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\. (?P<minor>0|[1-9]\\d*)\\.