initial release version v0.1.1

This commit is contained in:
Florian Förster 2025-12-18 13:23:26 +01:00
parent 69f102442d
commit 2818658aed

View File

@ -1,6 +1,6 @@
[project] [project]
name = "dopt-pollublock-blockchain" name = "dopt-pollublock-blockchain"
version = "0.1.1dev0" version = "0.1.1"
description = "blockchain module of the research project >POLLU-BLOCK<" description = "blockchain module of the research project >POLLU-BLOCK<"
authors = [ authors = [
{name = "d-opt GmbH, resp. Florian Foerster", email = "f.foerster@d-opt.com"}, {name = "d-opt GmbH, resp. Florian Foerster", email = "f.foerster@d-opt.com"},
@ -72,7 +72,7 @@ directory = "reports/coverage"
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.1dev0" current_version = "0.1.1"
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*)\\.