From 4744640bd2fe0e4ab613558f9dc08046ec4abc44 Mon Sep 17 00:00:00 2001 From: Lance Release Date: Mon, 12 Jun 2023 21:39:16 +0000 Subject: [PATCH] =?UTF-8?q?[python]=20Bump=20version:=200.1.6=20=E2=86=92?= =?UTF-8?q?=200.1.7?= 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 4079491a..b48a6da2 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True message = [python] Bump version: {current_version} → {new_version} tag = True diff --git a/python/pyproject.toml b/python/pyproject.toml index f0b15c42..54cdb419 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.1.6" +version = "0.1.7" dependencies = ["pylance>=0.4.17", "ratelimiter", "retry", "tqdm"] description = "lancedb" authors = [