diff --git a/CHANGELOG.md b/CHANGELOG.md index 8574268c..53a96f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## 3.3.0c1 - 2023-11-20 + ## Added - Enabled tilt and orientation config for `MoveHub()`. - Documented `Motor.close()` diff --git a/pyproject.toml b/pyproject.toml index 96cdc6e6..8ed834ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "pybricks" -version = "3.3.0b9" +version = "3.3.0c1" description = "Documentation and user-API stubs for Pybricks MicroPython" -authors = ["The Pybricks Authors "] +authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ] license = "MIT" readme = "README.rst"