From 7d6c43115afc0e387597e951fa7c65fa25846159 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Sun, 8 Dec 2024 11:45:26 +0000 Subject: [PATCH] Bump version to 0.16.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 981a70d..15cbcd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2118,7 +2118,7 @@ dependencies = [ [[package]] name = "polars_xdt" -version = "0.16.2" +version = "0.16.3" dependencies = [ "chrono", "chrono-tz 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index 5d848b7..799fd0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polars_xdt" -version = "0.16.3" +version = "0.16.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html