From 829c720070b7a8609a17849ad7958bafe321e309 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 8 Jan 2025 15:31:37 +0000 Subject: [PATCH] chore: bump the aws crate patch version for release Signed-off-by: R. Tyler Croy --- crates/aws/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/aws/Cargo.toml b/crates/aws/Cargo.toml index 4d273313ce..6a19fac6e4 100644 --- a/crates/aws/Cargo.toml +++ b/crates/aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake-aws" -version = "0.6.0" +version = "0.6.1" authors.workspace = true keywords.workspace = true readme.workspace = true