prepare export logic to Umbreit IT

This commit is contained in:
2026-03-11 15:36:50 +01:00
parent 97cd74d230
commit 6ff7629b39
3 changed files with 112 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "umbreit"
version = "0.1.0"
version = "0.1.1dev0"
description = "Umbreit's Python-based application"
authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
@@ -71,7 +71,7 @@ directory = "reports/coverage"
[tool.bumpversion]
current_version = "0.1.0"
current_version = "0.1.1dev0"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.