Skip to content

Commit

Permalink
Release v0.3.2 (#981)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: Haaroon <Haaroon@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Haaroon authored May 25, 2023
1 parent bc110d7 commit 1aed920
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.1"
version = "0.3.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 js-raphtory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "js-raphtory"
version = "0.1.0"
version = "0.1.1"
authors = ["Fabian Murariu <murariu.fabian@gmail.com>"]
edition = "2018"

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.1" }
raphtory-io = {path = "../raphtory-io", version = "0.3.1" }
raphtory = {path = "../raphtory", version = "0.3.2" }
raphtory-io = {path = "../raphtory-io", version = "0.3.2" }
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.1" }
py-raphtory = {path = "../py-raphtory", version = "0.3.2" }


[features]
Expand Down
4 changes: 2 additions & 2 deletions raphtory-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version.workspace = true
rust-version = "1.67.1"

[dependencies]
raphtory = { path = "../raphtory", version = "0.3.1" }
raphtory-io = { path = "../raphtory-io", version = "0.3.1" }
raphtory = { path = "../raphtory", version = "0.3.2" }
raphtory-io = { path = "../raphtory-io", version = "0.3.2" }

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 @@ -14,7 +14,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.1" }
raphtory = { path = "../raphtory", version = "0.3.2" }
reqwest = { version = "0.11.14", features = ["blocking"] }
neo4rs = "0.6.0"
csv = "1.1.6"
Expand Down

0 comments on commit 1aed920

Please sign in to comment.