This commit is contained in:
Laurens Valk
2024-02-14 19:35:32 +01:00
parent 194949c668
commit e3b2e6edca
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@
## Unreleased
## 3.4.0b4 - 2024-02-14
## Added
- Added `pybricks.iodevices.XboxController` class.
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybricks"
version = "3.4.0b3"
version = "3.4.0b4"
description = "Documentation and user-API stubs for Pybricks MicroPython"
authors = ["The Pybricks Authors <team@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]