From f501269f62e8b376cb6d74294a8fea5a3d229e74 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sun, 12 Nov 2023 21:29:59 -0800 Subject: [PATCH] chore: increment the version number for next patch release --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 260a7e633f..2c7fc7fb84 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake" -version = "0.16.4" +version = "0.16.5" rust-version = "1.64" authors = ["Qingping Hou "] homepage = "https://github.com/delta-io/delta.rs"