Release v0.1.18
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-05 21:07:51 +02:00
parent d8224e4676
commit 5608022b3f
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-voting"
version = "0.1.17"
version = "0.1.18"
description = "Governed voting, ballot assurance, tally, and certification for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.17", "govoplan-access>=0.1.17"]
dependencies = ["govoplan-core>=0.1.18", "govoplan-access>=0.1.18"]
[tool.setuptools.packages.find]
where = ["src"]