From e2e816cb21d2daee16971b59008ac8a3b27580e4 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 21 Jul 2026 21:17:04 +0200 Subject: [PATCH] chore(poll): bump version to 0.1.10 --- pyproject.toml | 2 +- src/govoplan_poll/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a59e639..a0df8eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-poll" -version = "0.1.9" +version = "0.1.10" description = "GovOPlaN lightweight poll and availability decision module seed." readme = "README.md" requires-python = ">=3.12" diff --git a/src/govoplan_poll/__init__.py b/src/govoplan_poll/__init__.py index b690968..30be49d 100644 --- a/src/govoplan_poll/__init__.py +++ b/src/govoplan_poll/__init__.py @@ -2,4 +2,4 @@ __all__ = ["__version__"] -__version__ = "0.1.9" +__version__ = "0.1.10"