Release v0.1.17
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-05 20:34:12 +02:00
parent bf248d172d
commit d8224e4676
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.16"
version = "0.1.17"
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.16", "govoplan-access>=0.1.16"]
dependencies = ["govoplan-core>=0.1.17", "govoplan-access>=0.1.17"]
[tool.setuptools.packages.find]
where = ["src"]