From 60a4ed7f84bd932f567ec478b2e5defdd3343246 Mon Sep 17 00:00:00 2001
From: Oliver Smith <ollieparanoid@postmarketos.org>
Date: Thu, 27 Feb 2025 00:39:06 +0100
Subject: [PATCH] Prepare 3.3.0 release

---
 pmb/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pmb/__init__.py b/pmb/__init__.py
index bf5d77272..83cac675c 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 ===
-- 
GitLab