From 4d01ea76c7e9ea4f5fd7d7cedcb3f4fac3315e7b Mon Sep 17 00:00:00 2001 From: Lin Zhou Date: Tue, 3 Oct 2023 10:10:48 -0700 Subject: [PATCH] Update Python connector version to 0.6.10 --- 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 a233bfa46..aa9d9a7fe 100644 --- a/python/delta_sharing/version.py +++ b/python/delta_sharing/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "0.6.9" +__version__ = "0.6.10"