From 8b8720ae27344717658b177e43339196c5389822 Mon Sep 17 00:00:00 2001 From: ritchie Date: Thu, 28 Mar 2024 16:07:15 +0100 Subject: [PATCH] python polars 0.20.17 --- Cargo.lock | 2 +- py-polars/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4451eec39152..71e91710070f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3088,7 +3088,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.20.16" +version = "0.20.17" dependencies = [ "ahash", "built", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 9ab764651c98..a48000225eab 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.20.16" +version = "0.20.17" edition = "2021" [lib]