From a527310e7112703d324dbc43c24c27f274d60567 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 21 Jul 2026 12:06:39 +0200 Subject: [PATCH] fix(release): align package version metadata --- src/govoplan_identity/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/govoplan_identity/__init__.py b/src/govoplan_identity/__init__.py index 8e13f17..a970c2d 100644 --- a/src/govoplan_identity/__init__.py +++ b/src/govoplan_identity/__init__.py @@ -1,3 +1,3 @@ """GovOPlaN identity module.""" -__version__ = "0.1.6" +__version__ = "0.1.8"