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