From 8412eb02943b9ce80fe2ad0f458286fd0bcc5752 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 12 Mar 2026 19:20:05 +0100 Subject: [PATCH] Fixed version bug --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db320a8..a9044d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,6 @@ build-backend = "setuptools.build_meta" [project] name = "config-parser" -version = "1.3.0" +version = "1.4.0" description = "A configuration file parser." -license = "Apache-2.0" \ No newline at end of file +license = "Apache-2.0"