From 1f6c08d0dcaec58ea1792e73e20ad853e92f0d4a Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Mon, 9 Dec 2024 06:46:08 -0500 Subject: [PATCH] Bump version (new Qrack) --- Makefile | 2 +- pennylane_qrack/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9536b2c..c7e6fda 100644 --- a/Makefile +++ b/Makefile @@ -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 cfac10e86d1306ffb0a0cba2fd00352c5ad26493; cd .. + git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout f3e6277d52424079e08f45677682c7604c19927c; cd .. endif mkdir -p qrack/build ifeq ($(UNAME_S),Linux) diff --git a/pennylane_qrack/_version.py b/pennylane_qrack/_version.py index aa61e4d..8a8a742 100644 --- a/pennylane_qrack/_version.py +++ b/pennylane_qrack/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.11.4" +__version__ = "0.11.5"