We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1e8fa commit 1dc7792Copy full SHA for 1dc7792
crates/polars-python/src/c_api/mod.rs
@@ -3,7 +3,7 @@ pub mod allocator;
3
4
// Since Python Polars cannot share its version into here and we need to be able to build this
5
// package correctly without `py-polars`, we need to mirror the version here.
6
-pub static PYPOLARS_VERSION: &str = "1.33.0";
+pub static PYPOLARS_VERSION: &str = "1.33.1";
7
8
use pyo3::prelude::*;
9
use pyo3::{wrap_pyfunction, wrap_pymodule};
0 commit comments