diff --git a/py-polars/Cargo.lock b/py-polars/Cargo.lock index b01cec54f46f..a84be59c2602 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -1549,7 +1549,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.14.24" +version = "0.14.25" dependencies = [ "ahash 0.8.0", "bincode", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index f25c99a2012e..fd2934e900ad 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.14.24" +version = "0.14.25" authors = ["ritchie46 "] documentation = "https://pola-rs.github.io/polars/py-polars/html/reference/index.html" edition = "2021"