From f3eba22b25e110f7097b7871a69e1ea4981970b0 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Sun, 20 Oct 2024 11:29:36 +0200 Subject: [PATCH] python Polars 1.10.0 (#19328) --- Cargo.lock | 2 +- py-polars/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef9b0fb1bdeb..cd2c572785fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3381,7 +3381,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "1.9.0" +version = "1.10.0" dependencies = [ "jemallocator", "libc", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 63863959b720..56324e1dac66 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "1.9.0" +version = "1.10.0" edition = "2021" [lib]