From 8bcdc81fd3cd24b5d0d06708da1b83b6c1b536ff Mon Sep 17 00:00:00 2001 From: Lance Release Date: Thu, 18 Jan 2024 01:53:15 +0000 Subject: [PATCH] =?UTF-8?q?[python]=20Bump=20version:=200.4.4=20=E2=86=92?= =?UTF-8?q?=200.5.0?= 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 00b8d6ee..7bf3a091 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.4 +current_version = 0.5.0 commit = True message = [python] Bump version: {current_version} → {new_version} tag = True diff --git a/python/pyproject.toml b/python/pyproject.toml index 03e4ea8d..06eb99ba 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.4.4" +version = "0.5.0" dependencies = [ "deprecation", "pylance==0.9.6",