From 9629e3cc2f09cca60f0996d093e82cb631d22233 Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Mon, 2 Dec 2024 09:39:13 +0100 Subject: [PATCH] version 1.8.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19bce77..89f6cf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "roombapy" -version = "1.8.1" +version = "1.8.2" description = "Python program and library to control Wi-Fi enabled iRobot Roombas" authors = ["Philipp Schmitt "] readme = "README.md"