Skip to content

Commit c13a6fc

Browse files
authored
Merge pull request #117 from PennyLaneAI/bump-rc-versions
bump rc versions v0.44
2 parents 9e5e0a5 + cda52f8 commit c13a6fc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workflow-template-release-candidate.yml

Lines changed: 1 addition & 1 deletion
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.43.0-rc0 \
67+
pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.44.0-rc0 \
6868
git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }}
6969
{%- endraw %}
7070

0 commit comments

Comments
 (0)