Skip to content

Commit

Permalink
Version Bump (#148)
Browse files Browse the repository at this point in the history
* pre release version bump

* trigger ci

---------

Co-authored-by: timmysilv <[email protected]>
Co-authored-by: Matthew Silverman <[email protected]>
  • Loading branch information
3 people authored Aug 24, 2023
1 parent 9f0eef3 commit cdce8d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Release 0.32.0-dev

### New features since last release

### Improvements 🛠
# Release 0.32.0

### Breaking changes 💔

* Python 3.8 support is dropped and Python 3.11 support is added.
[(#146)](https://github.com/PennyLaneAI/pennylane-cirq/pull/146)

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛

* The plugin is updated to take `qml.StatePrep` operators, the new name for `qml.QubitStateVector`.
Expand Down
2 changes: 1 addition & 1 deletion pennylane_cirq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.32.0-dev"
__version__ = "0.32.0"

0 comments on commit cdce8d4

Please sign in to comment.