first version of build script

This commit is contained in:
2026-06-12 08:56:18 +02:00
parent 07bcb8de10
commit 551e5de085
3 changed files with 203 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "wattanalyse"
version = "0.1.1dev1"
version = "0.1.1dev5"
description = "analysis of production state messages obtained from customers"
authors = [
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
@@ -71,7 +71,7 @@ directory = "reports/coverage"
[tool.bumpversion]
current_version = "0.1.1dev1"
current_version = "0.1.1dev5"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.