From 342b726ed71e04be89f614be45565f652e84226e Mon Sep 17 00:00:00 2001 From: Chang She <759245+changhiskhan@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:26:46 -0700 Subject: [PATCH] bump version for v0.1 --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index f4372897..b30d6494 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "lancedb" -version = "0.0.4" -dependencies = ["pylance", "ratelimiter", "retry", "tqdm"] +version = "0.1" +dependencies = ["pylance>=0.4.3", "ratelimiter", "retry", "tqdm"] description = "lancedb" authors = [ { name = "Lance Devs", email = "dev@eto.ai" },