From 8187f3a49598461e3e1a1ba4b200fadfa8f00a3e Mon Sep 17 00:00:00 2001 From: ritchie Date: Mon, 23 Sep 2024 12:04:52 +0200 Subject: [PATCH] python Polars 1.8.0 --- Cargo.lock | 2 +- py-polars/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bcc8abc3b23..e83ff50bdbcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3623,7 +3623,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "1.7.2" +version = "1.8.0" dependencies = [ "built", "jemallocator", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index a17a7bba1413..c8f27ba06ca4 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "1.7.2" +version = "1.8.0" edition = "2021" [lib]