From c77cce63213d5774d10d8f85efda6a54690abffc Mon Sep 17 00:00:00 2001 From: Steven Shamlian Date: Thu, 14 Dec 2023 09:42:58 -0500 Subject: [PATCH] Bump to 0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7638f82..4fd8877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "irobot_edu_sdk" -version = "0.5.3" +version = "0.6.0" description = "Python SDK for iRobot Edu robots" authors = ["iRobot Corporation "] license = "BSD-3-Clause"