From 2aadc75f2cb786fd0970ecbdb29a1c82492dcc7a Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 20 Apr 2021 12:07:36 -0500 Subject: [PATCH] poetry: bump version to match current firmware --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee2b5cd..7ae2158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.0.0a3" +version = "3.0.0a5" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]