Skip to content

Commit

Permalink
Bumping the version before the release (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni authored Jan 8, 2025
1 parent f400595 commit cbd487f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
# Release 0.40.0-dev

### New features since last release

### Improvements 🛠
# Release 0.40.0

### Breaking changes 💔

* The ``qml.QubitStateVector`` template has been removed. Instead, use :class:`~pennylane.StatePrep`.
[(#77)](https://github.com/PennyLaneAI/pennylane-aqt/pull/77)

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛

### Contributors ✍️

This release contains contributions from (in alphabetical order):
Expand Down
2 changes: 1 addition & 1 deletion pennylane_aqt/_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.40.0-dev"
__version__ = "0.40.0"

0 comments on commit cbd487f

Please sign in to comment.