From 796c600d727edb228e09d5089d4ecd92fecbc792 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 25 Aug 2026 13:56:58 +0200 Subject: [PATCH] v4.1.0b1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b9cf08..bd17ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "4.0.0" +version = "4.1.0b1" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]