diff --git a/python/Cargo.toml b/python/Cargo.toml index 2aebee52f5..5339b7a1bd 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pylance" -version = "0.5.3" +version = "0.5.4" edition = "2021" authors = ["Lance Devs "] rust-version = "1.65" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9a2884fac1..93a29f6171 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lance" -version = "0.5.3" +version = "0.5.4" edition = "2021" authors = ["Lance Devs "] description = "A columnar data format that is 100x faster than Parquet for random access."