From 4b2a89d46445c8ed31800a31d04db3c9bbc7cd17 Mon Sep 17 00:00:00 2001 From: Patrick Jin Date: Fri, 20 Dec 2024 14:08:49 -0800 Subject: [PATCH] Update Python connector version to 1.3.1 --- 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 4a7146d06..270a74966 100644 --- a/python/delta_sharing/version.py +++ b/python/delta_sharing/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "1.3.0" +__version__ = "1.3.1"