From 37bb6a3d3a00afcd9a10d74116855961b7c19680 Mon Sep 17 00:00:00 2001 From: Kizuren <96580944+Kizuren@users.noreply.github.com> Date: Tue, 15 Jul 2025 13:01:57 +0200 Subject: [PATCH] Updated pyproject.toml to v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0ba062..822e9ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "LidlConnect.py" -version = "0.1.1" +version = "0.1.2" description = "Python API client for Lidl Connect" readme = "README.md" license = { file = "LICENSE" }