diff --git a/python/Cargo.toml b/python/Cargo.toml index 9076104483..667773713a 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pylance" -version = "0.4.19" +version = "0.4.20" edition = "2021" authors = ["Lance Devs "] rust-version = "1.65" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d6f750d56b..2006998dcc 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lance" -version = "0.4.19" +version = "0.4.20" edition = "2021" authors = ["Lance Devs "] description = "A columnar data format that is 100x faster than Parquet for random access."