Skip to content

Commit 0ac14ac

Browse files
Update README.md
1 parent cbe1f86 commit 0ac14ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<p align="center">
44
<picture>
5-
<source media="(prefers-color-scheme: dark)" srcset=https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo-dark.png>
6-
<source media="(prefers-color-scheme: light)" srcset=https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo-light.png>
5+
<source media="(prefers-color-scheme: dark)" src=https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo-dark.png>
6+
<source media="(prefers-color-scheme: light)" src=https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo-light.png>
77
<img alt="GraphiQ" src=https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo.png>
88
</picture>
99
</p>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "graphiq"
8-
version = "0.0.14"
8+
version = "0.0.15"
99

1010
requires-python = ">3.8, <4"
1111
dependencies = [

0 commit comments

Comments
 (0)