Skip to content

Commit

Permalink
Release v0.5.5 (#1227)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: Haaroon <[email protected]>
  • Loading branch information
github-actions[bot] and Haaroon authored Sep 5, 2023
1 parent 47d9b63 commit 42b4bea
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
default-members = ["raphtory"]

[workspace.package]
version = "0.5.4"
version = "0.5.5"
documentation = "https://raphtory.readthedocs.io/en/latest/"
repository = "https://github.com/Raphtory/raphtory/"
license = "GPL-3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = { path = "../../../raphtory", version = "0.5.4", package = "raphtory", features = ["io"] }
raphtory = { path = "../../../raphtory", version = "0.5.5", package = "raphtory", features = ["io"] }
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1", features = ["derive","rc"] }
clap = { version = "4.3.11", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = {version= "0.18.3", features=["multiple-pymethods", "chrono"]}
pyo3-asyncio = { version = "0.18", features = ["tokio-runtime"] }
raphtory_core = {path = "../raphtory", version = "0.5.4", features=["python"], package="raphtory" }
raphtory-graphql = {path = "../raphtory-graphql", version = "0.5.4" }
raphtory_core = {path = "../raphtory", version = "0.5.5", features=["python"], package="raphtory" }
raphtory-graphql = {path = "../raphtory-graphql", version = "0.5.5" }
openssl = { version = "0.10", features = ["vendored"] } # DO NOT REMOVE IT BREAKS PYTHON RELEASE


Expand Down
2 changes: 1 addition & 1 deletion raphtory-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme.workspace = true
homepage.workspace = true

[dependencies]
raphtory = { path = "../raphtory", version = "0.5.4" }
raphtory = { path = "../raphtory", version = "0.5.5" }
bincode = "1"
base64 = "0.21.2"
thiserror = "1.0.44"
Expand Down

0 comments on commit 42b4bea

Please sign in to comment.