From 3aae28174e7e9f081b89d51deb3e7ca1cf59aa22 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Sat, 30 May 2026 11:26:02 +0200 Subject: [PATCH] v4.0.0b9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 107144d..fdc703d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "4.0.0b8" +version = "4.0.0b9" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]