From 3fdbf7b2d508359140d7e69350b117b3cceb9709 Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Sat, 25 Mar 2023 08:31:20 +0100 Subject: [PATCH] Version 1.6.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f9e10c..d8edf00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynuki" -version = "1.6.1" +version = "1.6.2" description = "Python bindings for nuki.io bridges" authors = ["Philipp Schmitt "] license = "GPL-3.0-only"