Compare commits

..

No commits in common. "main" and "v0.1.2" have entirely different histories.
main ... v0.1.2

2 changed files with 11 additions and 11 deletions

16
pdm.lock generated
View File

@ -5,7 +5,7 @@
groups = ["default", "dev"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:bea46c86cc70909562d1cfcd0dbb7bf9d55c1ac082422be708f8d87757c079d1"
content_hash = "sha256:afc7b96b5435806f69cf7c1aa97ded596f6a3182ae79ec84572e5ecaf025c6d3"
[[metadata.targets]]
requires_python = ">=3.11"
@ -1511,7 +1511,7 @@ files = [
[[package]]
name = "lang-main"
version = "0.1.3"
version = "0.1.2.dev3"
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.3-py3-none-any.whl", hash = "sha256:d162f71d6915a641e590a41b13a27370ac3cd11a0bc0115c16186cbdc86d1ac7"},
{file = "lang_main-0.1.3.tar.gz", hash = "sha256:f73321b9fc202f197786315ae4bcae5437338acae680c5a3a35ba302ee9fcb0a"},
{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"},
]
[[package]]
name = "lang-main"
version = "0.1.3"
version = "0.1.2.dev3"
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.3",
"lang-main==0.1.2.dev3",
]
files = [
{file = "lang_main-0.1.3-py3-none-any.whl", hash = "sha256:d162f71d6915a641e590a41b13a27370ac3cd11a0bc0115c16186cbdc86d1ac7"},
{file = "lang_main-0.1.3.tar.gz", hash = "sha256:f73321b9fc202f197786315ae4bcae5437338acae680c5a3a35ba302ee9fcb0a"},
{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"},
]
[[package]]

View File

@ -1,11 +1,11 @@
[project]
name = "tom-plugin"
version = "0.1.3"
version = "0.1.2"
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.3"]
dependencies = ["lang-main[spacy-md,spacy-trf]>=0.1.2.dev3"]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}
@ -101,7 +101,7 @@ dev = [
]
[tool.bumpversion]
current_version = "0.1.3"
current_version = "0.1.2"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.