From 5a32aabdf0385fea6fcf7a3e94bb950f63fe6f76 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Tue, 24 Oct 2023 16:05:53 +0200 Subject: [PATCH] python polars 0.19.12-rc.1 (#11982) --- 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 cdaf505ea0ae..0f0da8715396 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -1929,7 +1929,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.19.11" +version = "0.19.12-rc.1" dependencies = [ "ahash", "built", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 8250ba49d252..d7f3f9a34b62 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.19.11" +version = "0.19.12-rc.1" edition = "2021" [lib]