diff --git a/.github/workflows/wheel_linux_x86_64.yml b/.github/workflows/wheel_linux_x86_64.yml index 63d965a3a3..6f2f421b30 100644 --- a/.github/workflows/wheel_linux_x86_64.yml +++ b/.github/workflows/wheel_linux_x86_64.yml @@ -176,7 +176,7 @@ jobs: CIBW_TEST_REQUIRES: pytest pytest-cov pytest-mock flaky CIBW_BEFORE_TEST: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.31.0-rc0 + pip install git+https://github.com/PennyLaneAI/pennylane.git@master CIBW_TEST_COMMAND: | pl-device-test --device=lightning.qubit --skip-ops -x --tb=short --no-flaky-report diff --git a/.github/workflows/wheel_macos_arm64.yml b/.github/workflows/wheel_macos_arm64.yml index 4d76fbe1be..2d7042d3e9 100644 --- a/.github/workflows/wheel_macos_arm64.yml +++ b/.github/workflows/wheel_macos_arm64.yml @@ -95,7 +95,7 @@ jobs: # Testing of built wheels CIBW_TEST_REQUIRES: pytest pytest-cov pytest-mock flaky - CIBW_BEFORE_TEST: pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.31.0-rc0 + CIBW_BEFORE_TEST: pip install git+https://github.com/PennyLaneAI/pennylane.git@master CIBW_TEST_COMMAND: | pl-device-test --device=lightning.qubit --skip-ops -x --tb=short --no-flaky-report diff --git a/.github/workflows/wheel_macos_x86_64.yml b/.github/workflows/wheel_macos_x86_64.yml index 6441445c49..210a8a9f07 100644 --- a/.github/workflows/wheel_macos_x86_64.yml +++ b/.github/workflows/wheel_macos_x86_64.yml @@ -165,7 +165,7 @@ jobs: # Testing of built wheels CIBW_TEST_REQUIRES: pytest pytest-cov pytest-mock flaky - CIBW_BEFORE_TEST: python -m pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.31.0-rc0 + CIBW_BEFORE_TEST: python -m pip install git+https://github.com/PennyLaneAI/pennylane.git@master CIBW_TEST_COMMAND: | pl-device-test --device=lightning.qubit --skip-ops -x --tb=short --no-flaky-report diff --git a/.github/workflows/wheel_win_x86_64.yml b/.github/workflows/wheel_win_x86_64.yml index 185a02cd91..527f191f8a 100644 --- a/.github/workflows/wheel_win_x86_64.yml +++ b/.github/workflows/wheel_win_x86_64.yml @@ -153,7 +153,7 @@ jobs: CIBW_TEST_REQUIRES: pytest pytest-cov pytest-mock flaky CIBW_BEFORE_TEST: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.31.0-rc0 + pip install git+https://github.com/PennyLaneAI/pennylane.git@master CIBW_TEST_COMMAND: | pl-device-test --device=lightning.qubit --skip-ops -x --tb=short --no-flaky-report diff --git a/pennylane_lightning/_version.py b/pennylane_lightning/_version.py index 852e0d46e1..cdc3edb6b1 100644 --- a/pennylane_lightning/_version.py +++ b/pennylane_lightning/_version.py @@ -17,4 +17,4 @@ """ -__version__ = "0.31.0-rc2" +__version__ = "0.31.0"