From 42259d72581153cd25e9a0117fd6c1264919bd94 Mon Sep 17 00:00:00 2001 From: Pillow Date: Tue, 17 Dec 2024 14:08:29 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa4e838..7ea1997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ namespaces = true # PEP 621 https://peps.python.org/pep-0621/ [project] name = "onebase" -version = "0.1.19" +version = "0.1.20" # for automated versioning by pypa/setuptools_scm. see https://peps.python.org/pep-0621/#dynamic # dynamic = ["version"] description = "A python package for local communication with Viessmann OneBase devices over CAN, Ethernet or WiFi."