ci: fix python version for latest release (#2989)

It was accidentally corrupted in
https://github.com/lancedb/lancedb/pull/2972
This commit is contained in:
Jack Ye
2026-02-06 10:07:03 -08:00
committed by GitHub
parent 3ad7be9825
commit 0a8fe4d026
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -5026,7 +5026,7 @@ dependencies = [
[[package]]
name = "lancedb-python"
version = "0.27.0"
version = "0.28.0-beta.0"
dependencies = [
"arrow",
"async-trait",

View File

@@ -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