From 6ae213ddff7ae3d38fd2ca12bdbd3d0d5f233b75 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Mon, 12 Dec 2022 11:13:51 +0100 Subject: [PATCH] python polars 0.15.3 --- py-polars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index bb15eb4cb663..cc52173e4bad 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.15.2" +version = "0.15.3" authors = ["ritchie46 "] documentation = "https://pola-rs.github.io/polars/py-polars/html/reference/index.html" edition = "2021"