From 6705461472a30d54e850cd086d5cc9d22fc16893 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Thu, 20 Jul 2023 10:47:49 -0700 Subject: [PATCH] Bump to v0.5.9 --- 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 03db9be648..cee3368f6c 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pylance" -version = "0.5.8" +version = "0.5.9" edition = "2021" authors = ["Lance Devs "] rust-version = "1.65" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 962b2ba089..c562fd8a45 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lance" -version = "0.5.8" +version = "0.5.9" edition = "2021" authors = ["Lance Devs "] description = "A columnar data format that is 100x faster than Parquet for random access."