Skip to content

Commit

Permalink
Bump version (new Qrack)
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 16, 2024
1 parent 6a28e77 commit 4ed35c5
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 4739a26714f5f9822eefbc657b190e484a0d7c9c; cd ..
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout 78656ab19552a546c296646fce8b0643bba8e25b; 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.13"
__version__ = "0.10.14"

0 comments on commit 4ed35c5

Please sign in to comment.