From 86ca58f13b36e81723c5123c66cdf7156ebcd628 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 21 Mar 2025 17:58:35 +0100 Subject: [PATCH] Prepare 3.3.2 release --- pmb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/__init__.py b/pmb/__init__.py index bdfb4f56..caa2e46f 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.3.2" # Python version check # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===