From c3059dc689a558f15d63294bd83bee721fcdb0ad Mon Sep 17 00:00:00 2001 From: Lance Release Date: Sat, 30 Dec 2023 00:52:54 +0000 Subject: [PATCH] =?UTF-8?q?[python]=20Bump=20version:=200.4.2=20=E2=86=92?= =?UTF-8?q?=200.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/.bumpversion.cfg | 2 +- python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index f224639d..c69f92cd 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.4.3 commit = True message = [python] Bump version: {current_version} → {new_version} tag = True diff --git a/python/pyproject.toml b/python/pyproject.toml index 1a01b896..17d2e0e0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.4.2" +version = "0.4.3" dependencies = [ "deprecation", "pylance==0.9.2",