From dd1d167ad92f20e7c3a1e250ee06f93092cc03c1 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 19 May 2023 14:59:25 -0500 Subject: [PATCH] pyproject: drop alpha status We accidentally published the last few versions as alpha. It should have been beta to match the firmware. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3517ae..d9e2292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.3.0a5" +version = "3.3.0b5" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ] @@ -10,7 +10,6 @@ homepage = "https://pybricks.com" repository = "https://github.com/pybricks/pybricks-api" documentation = "https://docs.pybricks.com" classifiers = [ - "Development Status :: 3 - Alpha", "Programming Language :: Python :: Implementation :: MicroPython", ] packages = [