Skip to content

Commit 85a9eab

Browse files
Release v0.13.1 (#1841)
chore: Release Co-authored-by: Haaroon <Haaroon@users.noreply.github.com>
1 parent 35a90a0 commit 85a9eab

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default-members = ["raphtory"]
1616
resolver = "2"
1717

1818
[workspace.package]
19-
version = "0.13.0"
19+
version = "0.13.1"
2020
documentation = "https://raphtory.readthedocs.io/en/latest/"
2121
repository = "https://github.com/Raphtory/raphtory/"
2222
license = "GPL-3.0"

examples/netflow/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
raphtory_core = { path = "../../raphtory", version = "0.13.0", features = ["python", "search", "vectors"], package = "raphtory" }
10-
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.13.0",features = ["python"] }
9+
raphtory_core = { path = "../../raphtory", version = "0.13.1", features = ["python", "search", "vectors"], package = "raphtory" }
10+
raphtory-graphql = { path = "../../raphtory-graphql", version = "0.13.1",features = ["python"] }
1111
pyo3 = { workspace = true }
1212

1313
[lib]

python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ crate-type = ["cdylib"]
1919

2020
[dependencies]
2121
pyo3 = { workspace = true }
22-
raphtory_core = { path = "../raphtory", version = "0.13.0", features = [
22+
raphtory_core = { path = "../raphtory", version = "0.13.1", features = [
2323
"python",
2424
"search",
2525
"vectors",
2626
"proto",
2727
], package = "raphtory" }
28-
raphtory-graphql = { path = "../raphtory-graphql", version = "0.13.0", features = [
28+
raphtory-graphql = { path = "../raphtory-graphql", version = "0.13.1", features = [
2929
"python",
3030
] }
3131

raphtory-benchmark/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ edition = "2021"
77

88
[dependencies]
99
criterion = { workspace = true }
10-
raphtory = { path = "../raphtory", features = ["io", "proto"], version = "0.13.0" }
11-
raphtory-api = { path = "../raphtory-api", version = "0.13.0" }
10+
raphtory = { path = "../raphtory", features = ["io", "proto"], version = "0.13.1" }
11+
raphtory-api = { path = "../raphtory-api", version = "0.13.1" }
1212
pometry-storage.workspace = true
1313
sorted_vector_map = { workspace = true }
1414
rand = { workspace = true }

raphtory-graphql/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ readme.workspace = true
1313
homepage.workspace = true
1414

1515
[dependencies]
16-
raphtory = { path = "../raphtory", version = "0.13.0", features = [
16+
raphtory = { path = "../raphtory", version = "0.13.1", features = [
1717
'vectors',
1818
'search',
1919
"io",
2020
] }
21-
raphtory-api = { path = "../raphtory-api", version = "0.13.0" }
21+
raphtory-api = { path = "../raphtory-api", version = "0.13.1" }
2222
base64 = { workspace = true }
2323
thiserror = { workspace = true }
2424
itertools = { workspace = true }

raphtory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage.workspace = true
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
raphtory-api = { path = "../raphtory-api", version = "0.13.0" }
18+
raphtory-api = { path = "../raphtory-api", version = "0.13.1" }
1919
chrono = { workspace = true }
2020
itertools = { workspace = true }
2121
num-traits = { workspace = true }

0 commit comments

Comments
 (0)