From 5af64d72f324ab3857d7ff9854dd0b737bb2d598 Mon Sep 17 00:00:00 2001 From: Chang She <759245+changhiskhan@users.noreply.github.com> Date: Fri, 24 Mar 2023 12:04:20 -0700 Subject: [PATCH] bump version to v0.0.2 --- python/pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index e2986da3..4abf7294 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.0.1" +version = "0.0.2" dependencies = ["pylance", "ratelimiter", "retry", "tqdm"] description = "lancedb" authors = [ @@ -52,6 +52,3 @@ requires = [ "wheel", ] build-backend = "setuptools.build_meta" - -[tool.distutils.bdist_wheel] -universal = true