From 6288129011e109de9379b16c72afb89815417e23 Mon Sep 17 00:00:00 2001 From: gsilvestrin Date: Fri, 14 Jul 2023 09:32:10 -0700 Subject: [PATCH] Bump to v0.5.6 --- python/Cargo.toml | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index 939c375ee3..393bfbae0f 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pylance" -version = "0.5.5" +version = "0.5.6" edition = "2021" authors = ["Lance Devs "] rust-version = "1.65" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bed097bf47..40c593daf7 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lance" -version = "0.5.5" +version = "0.5.6" edition = "2021" authors = ["Lance Devs "] description = "A columnar data format that is 100x faster than Parquet for random access."