From 0c6de7abb8b024574f6055bc05798e85a7b8d8c3 Mon Sep 17 00:00:00 2001 From: Newbyte Date: Tue, 27 May 2025 11:50:37 +0200 Subject: [PATCH] Prepare 3.4.2 release --- pmb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/__init__.py b/pmb/__init__.py index 9e9ef248..02fea902 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -25,7 +25,7 @@ from .core.context import get_context from .commands import run_command # pmbootstrap version -__version__ = "3.4.1" +__version__ = "3.4.2" # Python version check # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===