From 5aa9d040e90e45f77d41a7a2f5d7b0937f76574d Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Tue, 5 Sep 2023 16:33:08 +0200 Subject: [PATCH] python polars 0.19.2 (#10925) --- 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 aecab6b83f56..1ec17bbf62df 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.19.1" +version = "0.19.2" dependencies = [ "ahash", "built", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 8553d90facce..cc0d0ced39e5 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.19.1" +version = "0.19.2" edition = "2021" [lib]