Skip to content

Commit

Permalink
bump to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Oct 28, 2024
1 parent 12775b1 commit e958163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/kornia/kornia-rs"
rust-version = "1.76"
version = "0.1.6"
version = "0.1.7"

[workspace.dependencies]
# NOTE: remember to update the kornia-py package version in `kornia-py/Cargo.toml` when updating the Rust package version
kornia-core = { path = "crates/kornia-core", version = "0.1.6" }
kornia-core-ops = { path = "crates/kornia-core-ops", version = "0.1.6" }
kornia-image = { path = "crates/kornia-image", version = "0.1.6" }
kornia-io = { path = "crates/kornia-io", version = "0.1.6" }
kornia-imgproc = { path = "crates/kornia-imgproc", version = "0.1.6" }
kornia = { path = "crates/kornia", version = "0.1.6" }
kornia-core = { path = "crates/kornia-core", version = "0.1.7" }
kornia-core-ops = { path = "crates/kornia-core-ops", version = "0.1.7" }
kornia-image = { path = "crates/kornia-image", version = "0.1.7" }
kornia-io = { path = "crates/kornia-io", version = "0.1.7" }
kornia-imgproc = { path = "crates/kornia-imgproc", version = "0.1.7" }
kornia = { path = "crates/kornia", version = "0.1.7" }
2 changes: 1 addition & 1 deletion kornia-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include = ["Cargo.toml"]
license = "Apache-2.0"
repository = "https://github.com/kornia/kornia-rs"
rust-version = "1.76"
version = "0.1.6"
version = "0.1.7"

[lib]
name = "kornia_rs"
Expand Down

0 comments on commit e958163

Please sign in to comment.