From 27d36e8cd4ace48dfb1bd7239bdfee579112025b Mon Sep 17 00:00:00 2001 From: Chang She <759245+changhiskhan@users.noreply.github.com> Date: Fri, 17 Mar 2023 23:19:10 -0700 Subject: [PATCH] bump version for v0.3.16 --- 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 6bf24ce6f8..58c39b1134 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pylance" -version = "0.3.15" +version = "0.3.16" edition = "2021" authors = ["Lance Devs "] rust-version = "1.65" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 28f6c56e16..f0ab5263da 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lance" -version = "0.3.15" +version = "0.3.16" edition = "2021" authors = ["Lance Devs "] description = "A columnar data format that is 100x faster than Parquet for random access."