diff --git a/CHANGELOG.md b/CHANGELOG.md index 286da2d..33aa609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## 3.4.0b3 - 2024-01-30 + ## Added - Added `pybricks.robotics.Car` class. diff --git a/pyproject.toml b/pyproject.toml index 2caae73..4e6a7e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.4.0b2" +version = "3.4.0b3" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]