diff --git a/pmb/__init__.py b/pmb/__init__.py index bf5d7727..83cac675 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.2.0" +__version__ = "3.3.0" # Python version check # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===