From d11327fc31834e85c34b4d4e4bb712fac947016c Mon Sep 17 00:00:00 2001 From: anthonyharrison Date: Thu, 29 Aug 2024 16:46:16 +0100 Subject: [PATCH] chore: bump version --- sbomdiff/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbomdiff/version.py b/sbomdiff/version.py index 636ebe3..3f4a13a 100644 --- a/sbomdiff/version.py +++ b/sbomdiff/version.py @@ -1,4 +1,4 @@ # Copyright (C) 2024 Anthony Harrison # SPDX-License-Identifier: Apache-2.0 -VERSION: str = "0.5.4" +VERSION: str = "0.5.5"