Skip to content

Commit 1dc7792

Browse files
authored
chore: Bump c-api (#24412)
1 parent 3f1e8fa commit 1dc7792

File tree

1 file changed

+1
-1
lines changed
  • crates/polars-python/src/c_api

1 file changed

+1
-1
lines changed

crates/polars-python/src/c_api/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pub mod allocator;
33

44
// Since Python Polars cannot share its version into here and we need to be able to build this
55
// package correctly without `py-polars`, we need to mirror the version here.
6-
pub static PYPOLARS_VERSION: &str = "1.33.0";
6+
pub static PYPOLARS_VERSION: &str = "1.33.1";
77

88
use pyo3::prelude::*;
99
use pyo3::{wrap_pyfunction, wrap_pymodule};

0 commit comments

Comments
 (0)