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

This commit is contained in:
2026-08-05 19:52:26 +02:00
parent e344af0b0a
commit 46c849e2fa
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-workflow"
version = "0.1.15"
version = "0.1.16"
description = "Optional visual authoring and inspection workspace for GovOPlaN Workflow Engine."
readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.15",
"govoplan-workflow-engine>=0.1.15",
"govoplan-core>=0.1.16",
"govoplan-workflow-engine>=0.1.16",
]
[tool.setuptools.packages.find]