From 73edb9493871392686d0b7c84b13f2c68ed571d2 Mon Sep 17 00:00:00 2001 From: Matthias Veit Date: Thu, 18 Jul 2024 18:23:15 +0200 Subject: [PATCH] [inventory][chore] Bump version (#2143) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 196fcce..5721d76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "fixinventory-plugin-onprem" description = "Fix On-Premises Collector Plugin" -version = "4.0.6" +version = "4.1.0" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.11" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "fixinventorylib==4.0.6", + "fixinventorylib==4.1.0", "paramiko", ]