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