From 8a67f3c4d2bf92047e31aa51ae2a1bbcda1123e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:54:41 +0100 Subject: [PATCH] Release v0.4.1 (#1060) chore: Release Co-authored-by: Haaroon --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- python/Cargo.toml | 2 +- raphtory-graphql/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76ecc6e400..e291d3bb74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -742,7 +742,7 @@ dependencies = [ [[package]] name = "examples" -version = "0.4.0" +version = "0.4.1" dependencies = [ "chrono", "itertools", @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "js-raphtory" -version = "0.4.0" +version = "0.4.1" dependencies = [ "chrono", "console_error_panic_hook", @@ -2251,7 +2251,7 @@ dependencies = [ [[package]] name = "raphtory" -version = "0.4.0" +version = "0.4.1" dependencies = [ "bincode", "bzip2", @@ -2293,7 +2293,7 @@ dependencies = [ [[package]] name = "raphtory-benchmark" -version = "0.4.0" +version = "0.4.1" dependencies = [ "criterion", "rand 0.8.5", @@ -2304,7 +2304,7 @@ dependencies = [ [[package]] name = "raphtory-graphql" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-graphql", "async-graphql-poem", @@ -2329,7 +2329,7 @@ dependencies = [ [[package]] name = "raphtory-pymodule" -version = "0.4.0" +version = "0.4.1" dependencies = [ "openssl", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index af9ad8b02f..43deb1aedc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ default-members = ["raphtory"] [workspace.package] -version = "0.4.0" +version = "0.4.1" 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 3f2b1cfd31..eb61aedf90 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.0", features=["python"], package="raphtory" } +raphtory_core = {path = "../raphtory", version = "0.4.1", 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 63d1889b3d..0f82c49d42 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.0" } +raphtory = { path = "../raphtory", version = "0.4.1" } dotenv = "0.15.0" itertools = "0.10"