From 837248907af52ab53bcbf670438ca7b0fdbe6204 Mon Sep 17 00:00:00 2001 From: ritchie Date: Fri, 20 Oct 2023 15:38:44 +0200 Subject: [PATCH 1/2] python polars 0.19.10 --- py-polars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index f782192c869e..e6950298d037 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.19.9" +version = "0.19.10" edition = "2021" [lib] From 39b56ec3cd73836017339010277540329bef14ee Mon Sep 17 00:00:00 2001 From: ritchie Date: Fri, 20 Oct 2023 16:29:21 +0200 Subject: [PATCH 2/2] lockfile --- py-polars/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/Cargo.lock b/py-polars/Cargo.lock index 549ce47c3d89..8e2c6af72fd0 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -1925,7 +1925,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.19.9" +version = "0.19.10" dependencies = [ "ahash", "built",