Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30a656d225 | |||
| 657d1bbc0a |
16
pdm.lock
generated
16
pdm.lock
generated
@ -5,7 +5,7 @@
|
||||
groups = ["default", "dev"]
|
||||
strategy = ["inherit_metadata"]
|
||||
lock_version = "4.5.0"
|
||||
content_hash = "sha256:afc7b96b5435806f69cf7c1aa97ded596f6a3182ae79ec84572e5ecaf025c6d3"
|
||||
content_hash = "sha256:bea46c86cc70909562d1cfcd0dbb7bf9d55c1ac082422be708f8d87757c079d1"
|
||||
|
||||
[[metadata.targets]]
|
||||
requires_python = ">=3.11"
|
||||
@ -1511,7 +1511,7 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "lang-main"
|
||||
version = "0.1.2.dev3"
|
||||
version = "0.1.3"
|
||||
requires_python = ">=3.11"
|
||||
summary = "Several tools to analyse TOM's data with strong focus on language processing"
|
||||
groups = ["default"]
|
||||
@ -1527,13 +1527,13 @@ dependencies = [
|
||||
"typing-extensions>=4.12.2",
|
||||
]
|
||||
files = [
|
||||
{file = "lang_main-0.1.2.dev3-py3-none-any.whl", hash = "sha256:083d2128fe842b3f73b595411fbddeedf3a4ebf4850b93abc2601f824697c8ad"},
|
||||
{file = "lang_main-0.1.2.dev3.tar.gz", hash = "sha256:ea05164f8a65d32a5c7a354973ac8198f0ca80e4c1fddff1b6c0b95074b772be"},
|
||||
{file = "lang_main-0.1.3-py3-none-any.whl", hash = "sha256:d162f71d6915a641e590a41b13a27370ac3cd11a0bc0115c16186cbdc86d1ac7"},
|
||||
{file = "lang_main-0.1.3.tar.gz", hash = "sha256:f73321b9fc202f197786315ae4bcae5437338acae680c5a3a35ba302ee9fcb0a"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lang-main"
|
||||
version = "0.1.2.dev3"
|
||||
version = "0.1.3"
|
||||
extras = ["spacy-md", "spacy-trf"]
|
||||
requires_python = ">=3.11"
|
||||
summary = "Several tools to analyse TOM's data with strong focus on language processing"
|
||||
@ -1541,11 +1541,11 @@ groups = ["default"]
|
||||
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-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 = [
|
||||
{file = "lang_main-0.1.2.dev3-py3-none-any.whl", hash = "sha256:083d2128fe842b3f73b595411fbddeedf3a4ebf4850b93abc2601f824697c8ad"},
|
||||
{file = "lang_main-0.1.2.dev3.tar.gz", hash = "sha256:ea05164f8a65d32a5c7a354973ac8198f0ca80e4c1fddff1b6c0b95074b772be"},
|
||||
{file = "lang_main-0.1.3-py3-none-any.whl", hash = "sha256:d162f71d6915a641e590a41b13a27370ac3cd11a0bc0115c16186cbdc86d1ac7"},
|
||||
{file = "lang_main-0.1.3.tar.gz", hash = "sha256:f73321b9fc202f197786315ae4bcae5437338acae680c5a3a35ba302ee9fcb0a"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
[project]
|
||||
name = "tom-plugin"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "Wrapper for TOM plugins with different helper CLIs, primarily integration testing"
|
||||
authors = [
|
||||
{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"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
@ -101,7 +101,7 @@ dev = [
|
||||
]
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.1.2"
|
||||
current_version = "0.1.3"
|
||||
parse = """(?x)
|
||||
(?P<major>0|[1-9]\\d*)\\.
|
||||
(?P<minor>0|[1-9]\\d*)\\.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user