bump version (dev)

This commit is contained in:
2026-06-11 13:51:53 +02:00
parent 1c51abd12c
commit 4c7bb92596

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "wattanalyse" name = "wattanalyse"
version = "0.1.0" version = "0.1.1dev1"
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.0" current_version = "0.1.1dev1"
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*)\\.