From 090a127a1650de45b9f922834a1fc9987538d28d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:04:12 -0400 Subject: [PATCH] Version Bump (#95) * post release version bump * Trigger CI * post release version bump * Trigger CI --------- Co-authored-by: mudit2812 Co-authored-by: Mudit Pandey --- .github/CHANGELOG.md | 19 +++++++++++++++++++ pennylane_pq/_version.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 568bb4a..0802818 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release 0.34.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.33.0 ### Breaking changes 💔 diff --git a/pennylane_pq/_version.py b/pennylane_pq/_version.py index d2bb9ef..d0b234b 100644 --- a/pennylane_pq/_version.py +++ b/pennylane_pq/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.33.0" +__version__ = "0.34.0-dev"