From 763671cc8ee94c94415ee5b35471e07aa056689b Mon Sep 17 00:00:00 2001 From: MarcUs7i <96580944+MarcUs7i@users.noreply.github.com> Date: Sat, 24 May 2025 01:44:43 +0200 Subject: [PATCH] Updated project version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 630d02b..f7b7449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "LidlConnect.py" -version = "0.1.0" +version = "0.1.1" description = "Python API client for Lidl Connect" readme = "README.md" license = { file = "LICENSE" }