From 1ccf950ebd4a91e1371ec5cee9f0c48ec6bd3f1d Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Fri, 28 Oct 2022 09:02:12 +0200 Subject: [PATCH] python polars 0.14.24 (#5361) --- py-polars/Cargo.lock | 2 +- py-polars/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py-polars/Cargo.lock b/py-polars/Cargo.lock index 0f7af19d8ba2..2c7c477217d4 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -1549,7 +1549,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.14.23" +version = "0.14.24" dependencies = [ "ahash 0.8.0", "bincode", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 8af4c7f8d8ed..f25c99a2012e 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.14.23" +version = "0.14.24" authors = ["ritchie46 "] documentation = "https://pola-rs.github.io/polars/py-polars/html/reference/index.html" edition = "2021"