diff --git a/CHANGELOG.md b/CHANGELOG.md index b744b96..045c675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,3 @@ -# Release 0.33.0-dev - -### New features since last release - -### Improvements 🛠 - -### Breaking changes 💔 - -### Deprecations 👋 - -### Documentation 📝 - -### Bug fixes 🐛 - -### Contributors ✍️ - -This release contains contributions from (in alphabetical order): - ---- # Release 0.32.0 ### Breaking changes 💔 diff --git a/pennylane_aqt/_version.py b/pennylane_aqt/_version.py index 06b9516..bf7486d 100644 --- a/pennylane_aqt/_version.py +++ b/pennylane_aqt/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.33.0-dev" +__version__ = "0.32.0.post0"