diff --git a/py_chrontext/Cargo.toml b/py_chrontext/Cargo.toml index a146aa7..bbf3093 100644 --- a/py_chrontext/Cargo.toml +++ b/py_chrontext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py_chrontext" -version = "0.8.9" +version = "0.8.10" edition = "2021" [workspace] diff --git a/py_chrontext/pyproject.toml b/py_chrontext/pyproject.toml index 4dec05a..67d0f61 100644 --- a/py_chrontext/pyproject.toml +++ b/py_chrontext/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "chrontext" +summary = "Hybrid SPARQL query engine" description = "SPARQL queries over hybrid infrastructures - time-series and context" dependencies = ["polars==0.20.2", "pyarrow>=7.0.0", "pandas"] -metadata_version = "2.3" readme = "README.md" authors = [{name = "Magnus Bakken", email = "magnus@data-treehouse.com" }] license = {file = "LICENSE"}