From dcd0229cbe5e8289f5f92460b782fcc5cab3d251 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Fri, 29 Sep 2023 21:16:40 +0200 Subject: [PATCH] python polars 0.19.6 (#11424) --- 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 a6a4a334a6eb..bf6835f408f2 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -1940,7 +1940,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.19.5" +version = "0.19.6" dependencies = [ "ahash", "built", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index b3e6c256ca40..7f13874c34de 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.19.5" +version = "0.19.6" edition = "2021" [lib]