Release v0.1.7

This commit is contained in:
2026-07-11 02:34:58 +02:00
parent cd7cc674c7
commit 0ca9bd793c
5 changed files with 21 additions and 4 deletions

View File

@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-tenancy"
version = "0.1.6"
version = "0.1.7"
description = "GovOPlaN tenancy platform module."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.6",
"govoplan-core>=0.1.7",
]
[tool.setuptools.packages.find]