diff --git a/Cargo.lock b/Cargo.lock index 1c95119c50..0ccc2fc00f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "examples" -version = "0.4.1" +version = "0.4.2" dependencies = [ "chrono", "itertools", @@ -1371,7 +1371,7 @@ dependencies = [ [[package]] name = "js-raphtory" -version = "0.4.1" +version = "0.4.2" dependencies = [ "chrono", "console_error_panic_hook", @@ -2321,7 +2321,7 @@ dependencies = [ [[package]] name = "raphtory" -version = "0.4.1" +version = "0.4.2" dependencies = [ "bincode", "bzip2", @@ -2367,7 +2367,7 @@ dependencies = [ [[package]] name = "raphtory-benchmark" -version = "0.4.1" +version = "0.4.2" dependencies = [ "criterion", "rand 0.8.5", @@ -2378,7 +2378,7 @@ dependencies = [ [[package]] name = "raphtory-graphql" -version = "0.4.1" +version = "0.4.2" dependencies = [ "async-graphql", "async-graphql-poem", @@ -2403,7 +2403,7 @@ dependencies = [ [[package]] name = "raphtory-pymodule" -version = "0.4.1" +version = "0.4.2" dependencies = [ "openssl", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 43deb1aedc..a18b54c5ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ default-members = ["raphtory"] [workspace.package] -version = "0.4.1" +version = "0.4.2" documentation = "https://raphtory.readthedocs.io/en/latest/" repository = "https://github.com/Raphtory/raphtory/" license = "GPL-3.0" diff --git a/python/Cargo.toml b/python/Cargo.toml index eb61aedf90..83df436170 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = {version= "0.19.0", features=["multiple-pymethods", "chrono"]} -raphtory_core = {path = "../raphtory", version = "0.4.1", features=["python"], package="raphtory" } +raphtory_core = {path = "../raphtory", version = "0.4.2", features=["python"], package="raphtory" } openssl = { version = "0.10", features = ["vendored"] } # DO NOT REMOVE IT BREAKS PYTHON RELEASE [features] diff --git a/raphtory-graphql/Cargo.toml b/raphtory-graphql/Cargo.toml index 0f82c49d42..a4760d21e1 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.4.1" } +raphtory = { path = "../raphtory", version = "0.4.2" } dotenv = "0.15.0" itertools = "0.10"