From ad9388883f95c16036205faff23b357ee3fbb481 Mon Sep 17 00:00:00 2001 From: Christoph Schmidt <christoph.,schmidt@tugraz.at> Date: Wed, 3 Jan 2024 20:34:20 +0100 Subject: [PATCH] Updated to Version 1.1.3. Updated some examples and ConfigNode implementations. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 021b2d9..6fe5a51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "confighandler" -version = "1.1.2" +version = "1.1.3" authors = [ { name="Christoph Schmidt", email="cschmidt.fs@gmail.com" }, ] -- GitLab