From 05a6803508700253b7d889ab2dd49b5196a8715b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 10:03:07 -0400 Subject: [PATCH] Version Bump (#79) * pre release version bump * trigger ci --------- Co-authored-by: timmysilv Co-authored-by: Matthew Silverman --- CHANGELOG.md | 8 +------- pennylane_ionq/_version.py | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381eecd..7f75371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -# Release 0.32.0-dev - -### New features since last release +# Release 0.32.0 ### Breaking changes 💔 @@ -12,10 +10,6 @@ * Added support for `qml.StatePrep` as a state preparation operation. [(#77)](https://github.com/PennyLaneAI/PennyLane-IonQ/pull/77) -### Documentation 📝 - -### Bug fixes 🐛 - ### Contributors ✍️ This release contains contributions from (in alphabetical order): diff --git a/pennylane_ionq/_version.py b/pennylane_ionq/_version.py index 0cd435b..6d1973f 100644 --- a/pennylane_ionq/_version.py +++ b/pennylane_ionq/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.29.0-dev" +__version__ = "0.32.0"