From b81dc450779a21ab5cc9c89d4a3de4bd7fea1166 Mon Sep 17 00:00:00 2001 From: anthonyharrison Date: Mon, 2 Oct 2023 08:52:37 +0100 Subject: [PATCH] fix: bump version --- sbomdiff/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbomdiff/version.py b/sbomdiff/version.py index 9173e55..ed3f76c 100644 --- a/sbomdiff/version.py +++ b/sbomdiff/version.py @@ -1,4 +1,4 @@ # Copyright (C) 2022 Anthony Harrison # SPDX-License-Identifier: Apache-2.0 -VERSION: str = "0.5.1" +VERSION: str = "0.5.2"