From 661b4563a2a62431041ae5d640bc2c2f3670c565 Mon Sep 17 00:00:00 2001 From: Lin Zhou Date: Fri, 1 Dec 2023 13:55:24 -0800 Subject: [PATCH] Update Python connector version to 0.6.11 --- python/delta_sharing/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/delta_sharing/version.py b/python/delta_sharing/version.py index aa9d9a7fe..f769b2c43 100644 --- a/python/delta_sharing/version.py +++ b/python/delta_sharing/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "0.6.10" +__version__ = "0.6.11"