Skip to content

Commit 643e1cb

Browse files
authored
[Doc] Link fix (#81)
1 parent c2f9be1 commit 643e1cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav:
66
- Overview: index.md
77
- Reference: $api/qek.***
88
- License: LICENSE.md
9-
- CLA: CONTRIBUTOR LICENSE AGREEMENT.md
9+
- CLA: CONTRIBUTOR AGREEMENT.md
1010

1111
theme:
1212
name: material

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "quantum-evolution-kernel"
77
description = "A Python library designed for the machine learning community to help users design quantum-driven similarity metrics for graphs and to use them inside kernel-based machine learning algorithms for graph data.ide the right environment to explore new ideas - both in terms of methodologies and data domain - while always interacting with a simple and intuitive QPU interface."
88
readme = "README.md"
9-
version = "0.2.6"
9+
version = "0.2.7"
1010
requires-python = ">=3.10,<3.13"
1111
license = { text = "MIT-derived" }
1212
keywords = ["quantum"]

0 commit comments

Comments
 (0)