Skip to content

Commit eb3abc7

Browse files
committed
fixes dumb mistake for bad README logo path, and version upgrade for previous changes.
1 parent 0012efd commit eb3abc7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
<table align="center" bgcolor="black">
33
<tr>
4-
<td bgcolor="black" align="center" width="300"><img src="doc/pennylane-logo.png" width="300" alt="Pennylane Logo"></td>
4+
<td bgcolor="black" align="center" width="300"><img src="assets/pennylane-logo.png" width="300" alt="Pennylane Logo"></td>
55
<td valign="middle" style="font-size: 24px; font-weight: bold; padding: 0 20px;">×</td>
6-
<td bgcolor="black" align="center" width="300"><img src="doc/scaleway-logo.png" width="200" alt="Scaleway Logo"></td>
6+
<td bgcolor="black" align="center" width="300"><img src="assets/scaleway-logo.png" width="200" alt="Scaleway Logo"></td>
77
</tr>
88
</table>
99

examples/tutorial_kernel_based_training.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
"name": "python",
544544
"nbconvert_exporter": "python",
545545
"pygments_lexer": "ipython3",
546-
"version": "3.13.7"
546+
"version": "3.12.7"
547547
}
548548
},
549549
"nbformat": 4,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name="pennylane-scaleway",
35-
version="0.2.3",
35+
version="0.2.4",
3636
project_urls={
3737
"Documentation": "https://www.scaleway.com/en/quantum-as-a-service/",
3838
"Source": "https://github.com/scaleway/pennylane-scaleway",

0 commit comments

Comments
 (0)