From 3ba7fa15a40435b0f295eb34b927c771f4659d69 Mon Sep 17 00:00:00 2001 From: Chang She <759245+changhiskhan@users.noreply.github.com> Date: Tue, 18 Apr 2023 09:20:53 -0700 Subject: [PATCH] bump version for v0.0.4 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index c420c607..f4372897 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.0.3" +version = "0.0.4" dependencies = ["pylance", "ratelimiter", "retry", "tqdm"] description = "lancedb" authors = [