From c023fd3c10c4d4b9c699a6bac960fa9f4d051a1f Mon Sep 17 00:00:00 2001 From: Jason Secula Date: Fri, 20 Feb 2026 06:44:29 +0100 Subject: [PATCH] changed module version to 1.0.1 --- build/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pyproject.toml b/build/pyproject.toml index 0b463d6..2c2ca1b 100644 --- a/build/pyproject.toml +++ b/build/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "GLPIAPI" -version = "1.0.0" +version = "1.0.1" description = "A module python to make it easier to use GLPI API" readme = "README.md" requires-python = ">=3.7"