From f9fd6524ec29a641bd9618878fecf1bc33bf18ba 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:11:24 -0400 Subject: [PATCH] Version Bump (#145) * post release version bump * trigger ci --------- Co-authored-by: mudit2812 Co-authored-by: Matthew Silverman --- CHANGELOG.md | 19 +++++++++++++++++++ pennylane_rigetti/_version.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59323d3c..9d2a1ba6 100644 --- a/CHANGELOG.md +++ b/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 ### Improvements 🛠 diff --git a/pennylane_rigetti/_version.py b/pennylane_rigetti/_version.py index 0bc2e2d0..96359554 100644 --- a/pennylane_rigetti/_version.py +++ b/pennylane_rigetti/_version.py @@ -2,4 +2,4 @@ Version number (convention major.minor.patch[-label]) """ -__version__ = "0.33.0" +__version__ = "0.34.0-dev"