From be5a4b453ca74bb5e0c782c292e9fca6aa60b203 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Tue, 1 Oct 2024 19:57:04 +0200 Subject: [PATCH] Python Polars 1.9.0 (#19039) --- Cargo.lock | 2 +- py-polars/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e53f8c1b8fc7..dbd70821fd27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3466,7 +3466,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "1.8.2" +version = "1.9.0" dependencies = [ "jemallocator", "libc", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 5eb44d8f41b4..63863959b720 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "1.8.2" +version = "1.9.0" edition = "2021" [lib]