Skip to content

Commit

Permalink
Bump version, add summary field
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Mar 21, 2024
1 parent 0a9483f commit 4f69ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py_chrontext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py_chrontext"
version = "0.8.9"
version = "0.8.10"
edition = "2021"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion py_chrontext/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" }]
license = {file = "LICENSE"}
Expand Down

0 comments on commit 4f69ebc

Please sign in to comment.