From c2bb86c1380e1b3f0b4082cb5fd557a7bea3a366 Mon Sep 17 00:00:00 2001 From: Jason Secula Date: Wed, 18 Mar 2026 20:26:00 +0100 Subject: [PATCH] Updated module version in build project file --- build/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pyproject.toml b/build/pyproject.toml index 50b1fba..0a9a3c0 100644 --- a/build/pyproject.toml +++ b/build/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "GLPIAPI" -version = "1.0.2" +version = "1.0.3" description = "A module python to make it easier to use GLPI API" readme = "README.md" requires-python = ">=3.7"