diff --git a/py-polars/Cargo.lock b/py-polars/Cargo.lock index 379d0f23b9b6..1fbf077befe7 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "py-polars" -version = "0.10.16" +version = "0.10.17" dependencies = [ "ahash", "bincode", diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 25d00b8431d5..24b93be1b0ec 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-polars" -version = "0.10.16" +version = "0.10.17" authors = ["ritchie46 "] edition = "2018" readme = "README.md"