diff --git a/Cargo.toml b/Cargo.toml index 8135ce0..93441ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sz3" -version = "0.1.1+SZ3-3.1.8.1" +version = "0.2.0+SZ3-3.2.1" edition = "2021" authors = ["Robin Ole Heinemann "] description = "High level bindings to the SZ3 lossy floating point compressor." @@ -16,7 +16,7 @@ exclude = ["test_data/*"] openmp = ["sz3-sys/openmp"] [dependencies] -sz3-sys = { path = "sz3-sys", version = "0.1.1" } +sz3-sys = { path = "sz3-sys", version = "0.2.0" } thiserror = "1.0.61" [dev-dependencies] diff --git a/sz3-sys/Cargo.toml b/sz3-sys/Cargo.toml index d49b84a..2db989b 100644 --- a/sz3-sys/Cargo.toml +++ b/sz3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sz3-sys" -version = "0.1.1+SZ3-3.1.8.1" +version = "0.2.0+SZ3-3.2.1" edition = "2021" license = "GPL-3.0-only" authors = ["Robin Ole Heinemann "]