diff --git a/nblast-js/Cargo.toml b/nblast-js/Cargo.toml index ad4b69e..d3c8ba5 100644 --- a/nblast-js/Cargo.toml +++ b/nblast-js/Cargo.toml @@ -13,7 +13,7 @@ serde = {version = "1", features = ["derive"]} serde-wasm-bindgen = "0.5" wasm-bindgen = "0.2" js-sys = "0.3" -nblast = { path = "../nblast-rs", version = "^0.5.0", default-features = false, features = ["rstar"]} +nblast = { path = "../nblast-rs", version = "^0.6.0", default-features = false, features = ["rstar"]} [lib] crate-type = ["cdylib"] diff --git a/nblast-py/Cargo.toml b/nblast-py/Cargo.toml index 97a17a2..13b0025 100644 --- a/nblast-py/Cargo.toml +++ b/nblast-py/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] pyo3 = { version = "0.18.2", features = ["extension-module"] } neurarbor = "0.2.0" -nblast = { path = "../nblast-rs", version = "^0.5.0", features = ["parallel", "kiddo"] } +nblast = { path = "../nblast-rs", version = "^0.6.0", features = ["parallel", "kiddo"] } numpy = "0.18" [lib] diff --git a/nblast-rs/Cargo.toml b/nblast-rs/Cargo.toml index fb590d0..d58e347 100644 --- a/nblast-rs/Cargo.toml +++ b/nblast-rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nblast" description = "Implementation of NBLAST neurite similarity algorithm" -version = "0.5.3" +version = "0.6.0" repository = "https://github.com/clbarnes/nblast-rs/tree/master/nblast-rs" homepage = "https://github.com/clbarnes/nblast-rs" documentation = "https://docs.rs/nblast"