diff --git a/Cargo.lock b/Cargo.lock index 69e34c16..c995139e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3006,7 +3006,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kornia-rs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "candle-core", diff --git a/Cargo.toml b/Cargo.toml index 1826cdf6..325e9b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kornia-rs" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Low-level computer vision library in Rust" homepage = "http://kornia.org" diff --git a/py-kornia/Cargo.toml b/py-kornia/Cargo.toml index 6c1e4b35..e0563f32 100644 --- a/py-kornia/Cargo.toml +++ b/py-kornia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kornia-py" -version = "0.1.1" +version = "0.1.2" edition = "2021" [lib]