From 4b92a4f3c2d3db3e4c76f92de51a6ef97e8b2879 Mon Sep 17 00:00:00 2001 From: anthonyharrison Date: Mon, 12 Aug 2024 19:49:41 +0100 Subject: [PATCH] chore: bump version --- sbom2doc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbom2doc/version.py b/sbom2doc/version.py index 47645e1..938cc14 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.5" +VERSION: str = "0.5.0"