From cdef09b98f5164271ac1a489b395accf4a363549 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Fri, 12 Jan 2024 17:57:28 +0100 Subject: [PATCH] python polars 0.20.4 (#13681) --- Cargo.lock | 2 +- py-polars/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a339a279376..df099e2788cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3066,7 +3066,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.20.3" +version = "0.20.4" dependencies = [ "ahash", "built", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 04e5841efe86..61a1be46193d 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.20.3" +version = "0.20.4" edition = "2021" [lib]