diff --git a/py-polars/Cargo.lock b/py-polars/Cargo.lock index 113c81e4376e..a9bfb20d6d00 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.15.0" +version = "0.15.1" dependencies = [ "ahash 0.8.1", "bincode", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index a0ab17ba6b58..668dc895b1ee 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.15.0" +version = "0.15.1" authors = ["ritchie46 "] documentation = "https://pola-rs.github.io/polars/py-polars/html/reference/index.html" edition = "2021"