From f06caa32bcdc35dd88f0323a4fa276584488f399 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 17 May 2021 16:35:37 -0500 Subject: [PATCH] 3.0.0-rc.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ae2158..e64c0e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.0.0a5" +version = "3.0.0-rc.1" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]