From b8b1f15bb583a8f44a19dcbcf9243e553093d6a4 Mon Sep 17 00:00:00 2001 From: "Andriy Kushnir (Orhideous)" Date: Mon, 1 Apr 2024 22:53:45 +0300 Subject: [PATCH] Version 1.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cb9468..91433a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "roombapy" -version = "1.7.0" +version = "1.8.0" description = "Python program and library to control Wi-Fi enabled iRobot Roombas" authors = ["Philipp Schmitt "] readme = "README.md"