From 85f739869223b5ccf83402848650a5a8774a48ec Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sat, 12 Aug 2023 23:41:07 +0000 Subject: [PATCH] Increase version to 0.3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0afd84f..7b6d41e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='verity-squash-root', - version='0.3.2', + version='0.3.3', description='Build a signed efi binary which mounts a ' 'verified squashfs image as rootfs', long_description=readme,