From 75dbabaaa13c885d5d546c6378b9ca07ecff63cc Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:55:11 -0400 Subject: [PATCH] 0.137.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 806f48263..54cf179e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5290,7 +5290,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.136.0" +version = "0.137.0" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index cb1d78f22..da46fc940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.136.0" #:version +version = "0.137.0" #:version authors = ["Joel Natividad "] description = "A Blazing-Fast Data-wrangling toolkit." documentation = "https://github.com/jqnatividad/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"