chore(poll): bump version to 0.1.11

This commit is contained in:
2026-07-22 03:42:11 +02:00
parent 52cd362343
commit 8fc030772b
5 changed files with 6 additions and 6 deletions

View File

@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-poll"
version = "0.1.10"
version = "0.1.11"
description = "GovOPlaN lightweight poll and availability decision module seed."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.10",
"govoplan-core>=0.1.11",
]
[tool.setuptools.packages.find]