Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Jan 23, 2024
1 parent 17181df commit b873bdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nblast-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion nblast-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion nblast-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b873bdd

Please sign in to comment.