From 1cbfc1bbf4e30e3cf3f0edc4813d08c6175fd00a Mon Sep 17 00:00:00 2001 From: Lance Release Date: Thu, 20 Jul 2023 20:06:15 +0000 Subject: [PATCH] =?UTF-8?q?[python]=20Bump=20version:=200.1.13=20=E2=86=92?= =?UTF-8?q?=200.1.14?= 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 f1e4a64b..70106f24 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.13 +current_version = 0.1.14 commit = True message = [python] Bump version: {current_version} → {new_version} tag = True diff --git a/python/pyproject.toml b/python/pyproject.toml index c4c4cd74..11b1eba2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.1.13" +version = "0.1.14" dependencies = ["pylance~=0.5.8", "ratelimiter", "retry", "tqdm", "aiohttp", "pydantic", "attr", "semver"] description = "lancedb" authors = [