From a02236842608d724f6139f94716cd8a70dc2fff5 Mon Sep 17 00:00:00 2001 From: Lance Release Date: Tue, 3 Oct 2023 21:48:22 +0000 Subject: [PATCH] =?UTF-8?q?[python]=20Bump=20version:=200.2.6=20=E2=86=92?= =?UTF-8?q?=200.3.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 7fcad460..dd50844c 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6 +current_version = 0.3.0 commit = True message = [python] Bump version: {current_version} → {new_version} tag = True diff --git a/python/pyproject.toml b/python/pyproject.toml index eb6268dd..8f649248 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.2.6" +version = "0.3.0" dependencies = [ "pylance==0.8.1", "ratelimiter~=1.0",