Skip to content

Commit

Permalink
Create release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlxd committed Jan 8, 2024
1 parent 79786ff commit 291b2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_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.34.0-rc0"
__version__ = "0.34.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def build_extension(self, ext: CMakeExtension):
version = f.readlines()[-1].split()[-1].strip("\"'")

requirements = [
"pennylane>=0.32",
"pennylane>=0.33",
]

packages_list = ["pennylane_lightning." + backend]
Expand Down

0 comments on commit 291b2fa

Please sign in to comment.