Skip to content

Commit

Permalink
Bump Qrack commit
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 12, 2024
1 parent e3d0efc commit 8cf105f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ help:
build-deps:
ifneq ($(OS),Windows_NT)
ifeq ($(QRACK_PRESENT),)
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout f3a8bedd0e24f6df97df36d029b0859b0c08a4fa; cd ..
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout 09e7af721e3abda538f56ffd8c4089724fbb2dbf; cd ..
endif
mkdir -p qrack/build
ifeq ($(UNAME_S),Linux)
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qrack/_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.10.8"
__version__ = "0.10.9"

0 comments on commit 8cf105f

Please sign in to comment.