From aebf99e9889ccb3faba1ce679cb19e4d40c1dfdb Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Tue, 13 May 2025 19:42:56 +0200 Subject: [PATCH] Prepare 3.4.0 release --- pmb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/__init__.py b/pmb/__init__.py index bdfb4f56..d1ae7d9c 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.3.1" +__version__ = "3.4.0" # Python version check # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===