From 142e78fe64679efeb6f72d80f81865db96adefbc Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Fri, 7 Feb 2025 16:57:19 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9de4a5..a1be6da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "compliance-assistant" -version = "1.0.0" +version = "1.1.0" description = "Toolset that helps with creating and interacting with SBOMs, enriching with licensing and copyright information, and checking for Open Source license compliance" repository = "https://github.com/OpenRailAssociation/compliance-assistant" authors = ["Max Mehl "]