diff --git a/Cargo.lock b/Cargo.lock index 500ff95e1b..fbb092ea2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1940,7 +1940,7 @@ dependencies = [ [[package]] name = "examples" -version = "0.9.0" +version = "0.9.1" dependencies = [ "chrono", "itertools 0.12.1", @@ -2661,7 +2661,7 @@ dependencies = [ [[package]] name = "js-raphtory" -version = "0.9.0" +version = "0.9.1" dependencies = [ "chrono", "console_error_panic_hook", @@ -3095,7 +3095,7 @@ dependencies = [ [[package]] name = "netflow_algorithm" -version = "0.9.0" +version = "0.9.1" dependencies = [ "pyo3", "pyo3-build-config", @@ -3907,7 +3907,7 @@ dependencies = [ [[package]] name = "pometry-storage" -version = "0.9.0" +version = "0.9.1" [[package]] name = "portable-atomic" @@ -4257,7 +4257,7 @@ dependencies = [ [[package]] name = "raphtory" -version = "0.9.0" +version = "0.9.1" dependencies = [ "ahash", "async-openai", @@ -4321,7 +4321,7 @@ dependencies = [ [[package]] name = "raphtory-api" -version = "0.9.0" +version = "0.9.1" dependencies = [ "chrono", "serde", @@ -4329,7 +4329,7 @@ dependencies = [ [[package]] name = "raphtory-benchmark" -version = "0.9.0" +version = "0.9.1" dependencies = [ "chrono", "clap", @@ -4349,7 +4349,7 @@ dependencies = [ [[package]] name = "raphtory-cypher" -version = "0.9.0" +version = "0.9.1" dependencies = [ "arrow", "arrow-array", @@ -4380,7 +4380,7 @@ dependencies = [ [[package]] name = "raphtory-graphql" -version = "0.9.0" +version = "0.9.1" dependencies = [ "async-graphql", "async-graphql-poem", @@ -4423,7 +4423,7 @@ dependencies = [ [[package]] name = "raphtory-pymodule" -version = "0.9.0" +version = "0.9.1" dependencies = [ "async-graphql", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 367115dc65..44918efbaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default-members = ["raphtory"] resolver = "2" [workspace.package] -version = "0.9.0" +version = "0.9.1" documentation = "https://raphtory.readthedocs.io/en/latest/" repository = "https://github.com/Raphtory/raphtory/" license = "GPL-3.0" diff --git a/pometry-storage/Cargo.toml b/pometry-storage/Cargo.toml index 70ee565e48..e6e3742a3f 100644 --- a/pometry-storage/Cargo.toml +++ b/pometry-storage/Cargo.toml @@ -10,4 +10,4 @@ documentation.workspace = true repository.workspace = true license.workspace = true readme.workspace = true -homepage.workspace = true \ No newline at end of file +homepage.workspace = true diff --git a/python/Cargo.toml b/python/Cargo.toml index 4f4f1bffa5..695ee882b9 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -19,8 +19,8 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { workspace = true } -raphtory_core = { path = "../raphtory", version = "0.9.0", features = ["python", "search", "vectors"], package = "raphtory" } -raphtory-graphql = { path = "../raphtory-graphql", version = "0.9.0" } +raphtory_core = { path = "../raphtory", version = "0.9.1", features = ["python", "search", "vectors"], package = "raphtory" } +raphtory-graphql = { path = "../raphtory-graphql", version = "0.9.1" } serde_json = { workspace = true } reqwest = { workspace = true } tokio = { workspace = true } diff --git a/raphtory-benchmark/Cargo.toml b/raphtory-benchmark/Cargo.toml index a510a73971..4893f7f256 100644 --- a/raphtory-benchmark/Cargo.toml +++ b/raphtory-benchmark/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] criterion = { workspace = true } raphtory = { path = "../raphtory", features = ["io"] } -raphtory-graphql = { path = "../raphtory-graphql", version = "0.9.0" } +raphtory-graphql = { path = "../raphtory-graphql", version = "0.9.1" } pometry-storage.workspace = true sorted_vector_map = { workspace = true } rand = { workspace = true } diff --git a/raphtory-graphql/Cargo.toml b/raphtory-graphql/Cargo.toml index 811bcb8e99..fab92e3090 100644 --- a/raphtory-graphql/Cargo.toml +++ b/raphtory-graphql/Cargo.toml @@ -13,7 +13,7 @@ readme.workspace = true homepage.workspace = true [dependencies] -raphtory = { path = "../raphtory", version = "0.9.0", features = ['vectors', 'search', "io"] } +raphtory = { path = "../raphtory", version = "0.9.1", features = ['vectors', 'search', "io"] } bincode = { workspace = true } base64 = { workspace = true } thiserror = { workspace = true } diff --git a/raphtory/Cargo.toml b/raphtory/Cargo.toml index 7f793360c9..38720faf41 100644 --- a/raphtory/Cargo.toml +++ b/raphtory/Cargo.toml @@ -15,7 +15,7 @@ homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -raphtory-api = { path = "../raphtory-api", version = "0.9.0" } +raphtory-api = { path = "../raphtory-api", version = "0.9.1" } bincode = { workspace = true } chrono = { workspace = true } itertools = { workspace = true }