From e37a0566e0c5c0398d9d2054f9c1d63f47f5bd67 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Fri, 20 Oct 2023 17:52:49 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"[python]=20Bump=20version:=200.3.2=20?= =?UTF-8?q?=E2=86=92=200.3.3"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c30faf60837ee08212731bc61513a620858cb00d. --- 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 a186c65e..73522ebd 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.1 commit = True message = [python] Bump version: {current_version} → {new_version} tag = True diff --git a/python/pyproject.toml b/python/pyproject.toml index b3dfe831..dbc7a19d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.3.3" +version = "0.3.1" dependencies = [ "deprecation", "pylance==0.8.6",