From 82de7edaf452ad974fd153e8de407bff0f3e5f31 Mon Sep 17 00:00:00 2001 From: anthonyharrison Date: Thu, 1 Aug 2024 18:00:15 +0100 Subject: [PATCH] feat: bump version --- sbom4python/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbom4python/version.py b/sbom4python/version.py index 8e72a30..bc8b0db 100644 --- a/sbom4python/version.py +++ b/sbom4python/version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Anthony Harrison +# Copyright (C) 2024 Anthony Harrison # SPDX-License-Identifier: Apache-2.0 -VERSION: str = "0.10.4" +VERSION: str = "0.11.0"