From 42b784298ece539a59a628458aed742dc89057ed Mon Sep 17 00:00:00 2001 From: anthonyharrison Date: Sun, 26 Mar 2023 17:12:33 +0100 Subject: [PATCH] feat: Bump version --- sbomdiff/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbomdiff/version.py b/sbomdiff/version.py index 7854530..b511341 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.4.0" +VERSION: str = "0.4.1"