Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaroon committed Nov 22, 2024
1 parent e289e5a commit 1c5073b
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 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 @@ -16,7 +16,7 @@ default-members = ["raphtory", "raphtory-graphql"]
resolver = "2"

[workspace.package]
version = "0.13.1"
version = "0.14.0"
documentation = "https://raphtory.readthedocs.io/en/latest/"
repository = "https://github.com/Raphtory/raphtory/"
license = "GPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/netflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
raphtory_core = { path = "../../raphtory", version = "0.13.1", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.13.1",features = ["python"] }
raphtory_core = { path = "../../raphtory", version = "0.14.0", features = ["python", "search", "vectors"], package = "raphtory" }
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.14.0",features = ["python"] }
pyo3 = { workspace = true }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ name = "hulongbay"
name = "crypto"

[[bin]]
name = "pokec"
name = "pokec"
4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { workspace = true }
numpy = { workspace = true }
raphtory_core = { path = "../raphtory", version = "0.13.1", features = [
raphtory_core = { path = "../raphtory", version = "0.14.0", features = [
"python",
"search",
"vectors",
"proto",
], package = "raphtory" }
raphtory-graphql = { path = "../raphtory-graphql", version = "0.13.1", features = [
raphtory-graphql = { path = "../raphtory-graphql", version = "0.14.0", features = [
"python",
] }

Expand Down
4 changes: 2 additions & 2 deletions raphtory-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"

[dependencies]
criterion = { workspace = true }
raphtory = { path = "../raphtory", features = ["io", "proto"], version = "0.13.1" }
raphtory-api = { path = "../raphtory-api", version = "0.13.1" }
raphtory = { path = "../raphtory", features = ["io", "proto"], version = "0.14.0" }
raphtory-api = { path = "../raphtory-api", version = "0.14.0" }
pometry-storage.workspace = true
sorted_vector_map = { workspace = true }
rand = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions raphtory-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ readme.workspace = true
homepage.workspace = true

[dependencies]
raphtory = { path = "../raphtory", version = "0.13.1", features = [
raphtory = { path = "../raphtory", version = "0.14.0", features = [
'vectors',
'search',
"io",
] }
raphtory-api = { path = "../raphtory-api", version = "0.13.1" }
raphtory-api = { path = "../raphtory-api", version = "0.14.0" }
base64 = { workspace = true }
thiserror = { workspace = true }
itertools = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion raphtory/Cargo.toml
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-api = { path = "../raphtory-api", version = "0.13.1" }
raphtory-api = { path = "../raphtory-api", version = "0.14.0" }
hashbrown = { workspace = true }
chrono = { workspace = true }
itertools = { workspace = true }
Expand Down

0 comments on commit 1c5073b

Please sign in to comment.