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 ===