From b289184ac58efecf21f3d729c3cb829707c5ca33 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 8 Feb 2026 08:43:32 +0100 Subject: [PATCH] Updating version --- version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.sh b/version.sh index a2c426cfd..35ade8a69 100644 --- a/version.sh +++ b/version.sh @@ -2,10 +2,10 @@ # This script is sourced to define the main version parameters # The main version -KLAYOUT_VERSION="0.30.5" +KLAYOUT_VERSION="0.30.6" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.30.5" +KLAYOUT_PYPI_VERSION="0.30.6" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")