From a7e60a4c3f325b08cdc22112ef1f8f23ea715f15 Mon Sep 17 00:00:00 2001 From: Lance Release Date: Fri, 9 Feb 2024 22:56:45 +0000 Subject: [PATCH] =?UTF-8?q?[python]=20Bump=20version:=200.5.3=20=E2=86=92?= =?UTF-8?q?=200.5.4?= 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 fd908f75..b00f9261 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.3 +current_version = 0.5.4 commit = True message = [python] Bump version: {current_version} → {new_version} tag = True diff --git a/python/pyproject.toml b/python/pyproject.toml index cdf7f071..e6367c60 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.5.3" +version = "0.5.4" dependencies = [ "deprecation", "pylance==0.9.15",