Skip to content

Commit 1e8cab3

Browse files
authored
Python Polars 1.33.0 (#24310)
1 parent 1a2a088 commit 1e8cab3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0b1";
6+
pub static PYPOLARS_VERSION: &str = "1.33.0";
77

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

py-polars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py-polars"
3-
version = "1.33.0-beta.1"
3+
version = "1.33.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)