pyproject: drop alpha status

We accidentally published the last few versions as alpha. It should
have been beta to match the firmware.
This commit is contained in:
David Lechner
2023-05-19 14:59:25 -05:00
parent 4dc289ad61
commit dd1d167ad9
+1 -2
View File
@@ -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 <dev@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
@@ -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 = [