From 0a8fe4d0267fd976d71c536bd794e60c5381b516 Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Fri, 6 Feb 2026 10:07:03 -0800 Subject: [PATCH] ci: fix python version for latest release (#2989) It was accidentally corrupted in https://github.com/lancedb/lancedb/pull/2972 --- Cargo.lock | 2 +- python/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5dc313968..956b7e555 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5026,7 +5026,7 @@ dependencies = [ [[package]] name = "lancedb-python" -version = "0.27.0" +version = "0.28.0-beta.0" dependencies = [ "arrow", "async-trait", diff --git a/python/Cargo.toml b/python/Cargo.toml index 23d86fa74..82b363c11 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lancedb-python" -version = "0.27.0" +version = "0.28.0-beta.0" edition.workspace = true description = "Python bindings for LanceDB" license.workspace = true