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 08e1c66b95

View File

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