Skip to content

Commit

Permalink
Release v0.5.7 (#1265)
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 14, 2023
1 parent 8345032 commit 655bed1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 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 @@ -12,7 +12,7 @@ members = [
default-members = ["raphtory"]

[workspace.package]
version = "0.5.6"
version = "0.5.7"
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.6", package = "raphtory", features = ["io"] }
raphtory = { path = "../../../raphtory", version = "0.5.7", 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 examples/custom_python_extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_python_extension"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -14,4 +14,4 @@ crate-type = ["cdylib"]


[build-dependencies]
pyo3-build-config = "0.19.2"
pyo3-build-config = "0.19.2"
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.19.2", features=["multiple-pymethods", "chrono"]}
pyo3-asyncio = { version = "0.19.0", features = ["tokio-runtime"] }
raphtory_core = {path = "../raphtory", version = "0.5.6", features=["python"], package="raphtory" }
raphtory-graphql = {path = "../raphtory-graphql", version = "0.5.6" }
raphtory_core = {path = "../raphtory", version = "0.5.7", features=["python"], package="raphtory" }
raphtory-graphql = {path = "../raphtory-graphql", version = "0.5.7" }
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.6" }
raphtory = { path = "../raphtory", version = "0.5.7" }
bincode = "1"
base64 = "0.21.2"
thiserror = "1.0.44"
Expand Down

0 comments on commit 655bed1

Please sign in to comment.