bump version

This commit was merged in pull request #1.
This commit is contained in:
2026-06-16 09:23:19 +02:00
parent 0144f63339
commit 78cc8d203a

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "wattanalyse" name = "wattanalyse"
version = "0.1.1dev5" version = "0.1.1dev8"
description = "analysis of production state messages obtained from customers" description = "analysis of production state messages obtained from customers"
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"},
@@ -71,7 +71,7 @@ directory = "reports/coverage"
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.1dev5" current_version = "0.1.1dev8"
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*)\\.