From ce8b19e72f0d18dad3c83bb0a9f8c3984a346838 Mon Sep 17 00:00:00 2001 From: anthonyharrison Date: Thu, 1 Feb 2024 13:56:58 +0000 Subject: [PATCH] fix: bump version --- sbom2doc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbom2doc/version.py b/sbom2doc/version.py index d3a2f69..d1ae33e 100644 --- a/sbom2doc/version.py +++ b/sbom2doc/version.py @@ -1,4 +1,4 @@ # Copyright (C) 2024 Anthony Harrison # SPDX-License-Identifier: Apache-2.0 -VERSION: str = "0.4.3" +VERSION: str = "0.4.4"