Prepare 3.3.0 release

This commit is contained in:
Oliver Smith 2025-02-27 00:39:06 +01:00
parent 39966f03c0
commit 60a4ed7f84
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

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