diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd84ea7..5874b39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.3.2 (2026-03-22) + +### Bug Fixes + +- Typos + ([`3d29a67`](https://github.com/bec-project/bec_widgets/commit/3d29a67c0b2175f2f29b8e5a7befce55f3d28fd3)) + + ## v3.3.1 (2026-03-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ddfdd502..201cc462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "3.3.1" +version = "3.3.2" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [