diff --git a/Cargo.lock b/Cargo.lock index aa41477..08694e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "gdcm-rs" -version = "0.5.0" +version = "0.6.0" dependencies = [ "cc", "cmake", diff --git a/Cargo.toml b/Cargo.toml index 08f5b7d..3aad13a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gdcm-rs" -version = "0.5.0" +version = "0.6.0" description = "GDCM bindings for Rust" homepage = "https://github.com/pevers/gdcm-rs" repository = "https://github.com/pevers/gdcm-rs"