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", ]