diff --git a/Cargo.lock b/Cargo.lock index 3433b696..3438e150 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "manta" -version = "0.6.26" +version = "0.6.27" dependencies = [ "base64 0.13.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index d2c6fc56..7d48b9ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "0.6.26" +version = "0.6.27" license-file = "LICENSE" documentation = "https://github.com/eth-cscs/manta/blob/main/README.md" homepage = "https://github.com/eth-cscs/manta/blob/main/README.md"