File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " graphiq"
8- version = " 0.0.12 "
8+ version = " 0.0.14 "
99
1010requires-python = " >3.8, <4"
1111dependencies = [
You can’t perform that action at this time.
0 commit comments