From 2e42e1e16f449b30bb4d6a5ccd591745fca1035f Mon Sep 17 00:00:00 2001 From: anthonyharrison Date: Thu, 17 Aug 2023 20:45:26 +0100 Subject: [PATCH] feat: update version --- sbom2doc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbom2doc/version.py b/sbom2doc/version.py index a9b5cff..24bdb68 100644 --- a/sbom2doc/version.py +++ b/sbom2doc/version.py @@ -1,4 +1,4 @@ # Copyright (C) 2023 Anthony Harrison # SPDX-License-Identifier: Apache-2.0 -VERSION: str = "0.3.0" +VERSION: str = "0.4.0"