Skip to content

Commit cbe1f86

Browse files
Update README.md and version
1 parent c0400af commit cbe1f86

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
<p align="center">
44
<picture>
5-
<source media="(prefers-color-scheme: dark)" srcset=docs/img/logos/logo-dark.png>
6-
<source media="(prefers-color-scheme: light)" srcset=docs/img/logos/logo-light.png>
7-
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src=docs/img/logos/logo.png>
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>
7+
<img alt="GraphiQ" src=https://github.com/graphiq-dev/graphiq/blob/main/docs/img/logos/logo.png>
88
</picture>
99
</p>
10-
1110
<div align="center">
1211

1312
[![PyPI Version](https://img.shields.io/pypi/v/graphiq)](https://pypi.org/project/graphiq)

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.12"
8+
version = "0.0.14"
99

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

0 commit comments

Comments
 (0)