diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f8d98..c532f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## Unreleased -## 3.4.0b1 - 2023-11-28 +## 3.4.0b2 - 2023-11-28 ### Changed - Include first batch of block coding images. diff --git a/pyproject.toml b/pyproject.toml index 0f56226..2caae73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.4.0b1" +version = "3.4.0b2" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]