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

This commit is contained in:
2026-08-05 19:52:25 +02:00
parent 9359a1d1a6
commit 3b3ab0986b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-workflow-engine"
version = "0.1.15"
version = "0.1.16"
description = "Headless, versioned workflow definition and execution engine for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = ["defusedxml>=0.7,<1", "govoplan-core>=0.1.15"]
dependencies = ["defusedxml>=0.7,<1", "govoplan-core>=0.1.16"]
[tool.setuptools.packages.find]
where = ["src"]