diff --git a/Cargo.toml b/Cargo.toml index 0fe0106..2e9020b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.6.6" +version = "0.6.8" authors = [ "Swoorup Joshi ", "Jorge Leitao ", diff --git a/arrow_convert/Cargo.toml b/arrow_convert/Cargo.toml index 85c53fc..f5225f9 100644 --- a/arrow_convert/Cargo.toml +++ b/arrow_convert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrow_convert" -version= "0.6.7" +version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true