Skip to content

Commit

Permalink
Release v0.4.0 (#1030)
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 Jun 7, 2023
1 parent a38c131 commit c60ef7b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.3.2"
version = "0.4.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 py-raphtory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ doc = false

[dependencies]
pyo3 = {version="0.18.1", features=["multiple-pymethods", "chrono"]}
raphtory = {path = "../raphtory", version = "0.3.2" }
raphtory-io = {path = "../raphtory-io", version = "0.3.2" }
raphtory = {path = "../raphtory", version = "0.4.0" }
raphtory-io = {path = "../raphtory-io", version = "0.4.0" }
rustc-hash = "1.1.0"
parking_lot = { version = "0.12" , features = ["serde"] }
flume = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = {version="0.18.1", features=["multiple-pymethods", "chrono"]}
py-raphtory = {path = "../py-raphtory", version = "0.3.2" }
py-raphtory = {path = "../py-raphtory", version = "0.4.0" }
openssl = { version = "0.10", features = ["vendored"] } # DO NOT REMOVE IT BREAKS PYTHON RELEASE

[features]
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.3.2" }
raphtory = { path = "../raphtory", version = "0.4.0" }

dotenv = "0.15.0"
itertools = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion raphtory-io/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 = { path = "../raphtory", version = "0.3.2" }
raphtory = { path = "../raphtory", version = "0.4.0" }
reqwest = { version = "0.11.14", features = ["blocking"] }
neo4rs = "0.6.0"
csv = "1.1.6"
Expand Down

0 comments on commit c60ef7b

Please sign in to comment.