Skip to content

Commit 2d7e466

Browse files
Merge pull request #104 from PennyLaneAI/Bump_pl_rc_version_release_041
Bumping version in plugins as preparation to PL 0.41 release
2 parents eac9477 + 59a13c7 commit 2d7e466

8 files changed

+8
-8
lines changed

.github/workflows/aqt-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/braket-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/cirq-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ionq-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/lightning-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/qiskit-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/qulacs-latest-rc.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workflow-template-release-candidate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install PennyLane and Plugin
6565
run: |
6666
{% raw -%}
67-
pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.40.0-rc0 \
67+
pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.41.0-rc0 \
6868
git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }}
6969
{%- endraw %}
7070

0 commit comments

Comments
 (0)