Skip to content

Commit

Permalink
pyproject: drop alpha status
Browse files Browse the repository at this point in the history
We accidentally published the last few versions as alpha. It should
have been beta to match the firmware.
  • Loading branch information
dlech committed May 19, 2023
1 parent 4dc289a commit dd1d167
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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>" ]
Expand All @@ -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 = [
Expand Down

0 comments on commit dd1d167

Please sign in to comment.