diff --git a/nblast-js/Cargo.toml b/nblast-js/Cargo.toml index 0208447..d0dd48a 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.6.0", default-features = false, features = ["bosque"]} +nblast = { path = "../nblast-rs", version = "^0.7.0", default-features = false, features = ["bosque"]} [lib] crate-type = ["cdylib"] diff --git a/nblast-py/Cargo.toml b/nblast-py/Cargo.toml index be09db9..51baa9e 100644 --- a/nblast-py/Cargo.toml +++ b/nblast-py/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] pyo3 = { version = "0.20", features = ["extension-module"] } neurarbor = "0.2.0" -nblast = { path = "../nblast-rs", version = "^0.6.0", features = ["parallel", "kiddo"] } +nblast = { path = "../nblast-rs", version = "^0.7.0", features = ["parallel", "kiddo"] } numpy = "0.20" [lib] diff --git a/nblast-rs/Cargo.toml b/nblast-rs/Cargo.toml index 4e4e3f2..008aca2 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.6.0" +version = "0.7.0" repository = "https://github.com/clbarnes/nblast-rs/tree/master/nblast-rs" homepage = "https://github.com/clbarnes/nblast-rs" documentation = "https://docs.rs/nblast"