Skip to content

Commit

Permalink
Release v0.4.2 (#1078)
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 28, 2023
1 parent e05480e commit 791788d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -10,7 +10,7 @@ members = [
default-members = ["raphtory"]

[workspace.package]
version = "0.4.1"
version = "0.4.2"
documentation = "https://raphtory.readthedocs.io/en/latest/"
repository = "https://github.com/Raphtory/raphtory/"
license = "GPL-3.0"
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.19.0", features=["multiple-pymethods", "chrono"]}
raphtory_core = {path = "../raphtory", version = "0.4.1", features=["python"], package="raphtory" }
raphtory_core = {path = "../raphtory", version = "0.4.2", features=["python"], package="raphtory" }
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.4.1" }
raphtory = { path = "../raphtory", version = "0.4.2" }

dotenv = "0.15.0"
itertools = "0.10"
Expand Down

0 comments on commit 791788d

Please sign in to comment.