Skip to content

Commit

Permalink
Bump version to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 24, 2024
1 parent c072c07 commit 0f1b7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars_xdt"
version = "0.15.0"
version = "0.15.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.21.2", features = ["extension-module", "abi3-py38"] }
pyo3-polars = { version = "0.15.0", features = ["derive"] }
pyo3-polars = { version = "0.15.1", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
chrono = { version = "0.4.38", default-features = false, features = ["std", "unstable-locales"] }
chrono-tz = "0.9.0"
Expand Down

0 comments on commit 0f1b7a6

Please sign in to comment.